You are viewing a single comment's thread from:

RE: steemdb.com - open source blockchain explorer and data playground (alpha release)

in #steemdb8 years ago

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:

http://steemroll.io/api-explorer/

Sort:  

thank you very much!