Steem API Explorer is a tool for testing Steem API calls. It is useful for developers but also for people who just want to see the raw blockchain data.
Select what method you want to call and get a set of changeable parameters. The result can be viewed either as formatted JSON, raw JSON or expandable tree.
Errors are output explicitly and can be tracked to the the relevant API method in Steem, for example database_api::get_account_references as shown below.
Get this post
Get account lantto
Get trending categories
Get number of Steem accounts
Get pending Steem Dollar to Steem conversions for lantto
Get blockchain config
Get blockchain variables such as total supply and latest block number
Get block number 3963025
Get account creation fee
Get witness roadscape
I would love to hear your feedback as I'm sure there are many ways to improve this.