There's a bunch of ways that return different sets of blog posts.
If you're looking for posts by a single user, you can use get_state t3ran13
, which will return the account as well as all of the blog posts by that user.
I'd recommend checking out @lantto's api explorer to browse through all the possible api calls:
thank you very much!