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.
Usage
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
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.
Examples
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
Tips
- Use the arrow keys to quickly browse methods and see what parameters they take.
- Your last query is contained in the URL in case you want to share it.
Issues
- get_account_references is not working due to this.
- get_best_categories, get_active_categories and get_recent_categories seem unused if you look at this and will always return empty results. get_trending_categories works though.
- For get_transaction and get_witnesses I haven't figured out what input they require. If anyone knows please give me a shout!
TODO
- Add the remaining methods
- Add loading spinner for slow methods
- Description of parameters
- Sortable table view for list results
Built with
Feedback
I would love to hear your feedback as I'm sure there are many ways to improve this.
I like it .. no more
curl
just to see some data from the API! Good Job!Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Man, this is huge. Which node does it use underneath? Yours? I hope such node can survive traffic and last forever :) This one, this.piston etc. Getting SBD for such work could secure finances for maintaining hardware and developing software. Great work, thank you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks a lot! I'm using https://steem.ws/ so the traffic is load-balanced between several nodes. We should definitely support @xeroc and @jesta who provide it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great, @lantto answering you question about get_transaction, you put transaction tx as input, it works already:
http://steemroll.io/api-explorer/#method=get_transaction¶ms=["cd378a9da6f087f40c8baeb3e533ed09cea7dabe"]
this gives data of transaction you used to create this article
https://steemd.com/tx/cd378a9da6f087f40c8baeb3e533ed09cea7dabe
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you! I need to go through the API and see what endpoints expose this ID and add it as documentation in the next version. Thanks again. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello lantto, we would like to inform you that you have been chosen as a featured author by the @robinhoodwhale initiave. We are currently in alpha testing, if you would like more info join robinhood chat on steemit.chat or pm @repholder.
Nice Tool - Keep on Steeming!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I saw you said
Description of parameters
, but if you added full information about each method, what is was for, as well as the parameters... this could turn into the goto source for API documentation.We could also use one for wallet commands ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you! That's a great idea and definitely something I should add in the next version. Right now some methods are pretty confusing.
Yeah, wallet commands through RPC is something I'm currently digging into (for another project) so we'll see what happens. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post has been linked to from another place on Steem.
Learn more about linkback bot
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wow! This was something I had totally wanted! Haha =D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great work! I follow for you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wow, good job. I love how this community of developers is coming together.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
now I can migrate my toys from the python console to the web :) great job!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That's cool. Let me know if you have any questions. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, some error :(
ERR_EMPTY_RESPONSE
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very cool, nice job!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you! This awesome. I am writing a app for Steem and a tool like this comes in a handy when exploring API calls.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Has this been kept up to date with the latest hardforks?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
does it still work? I get WebSocket connection to 'wss://node.steem.ws/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
created @ bundle.js:2
t._callHook @ vue.min.js:6
t._init @ vue.min.js:6
wi @ vue.min.js:7
(anonymous) @ bundle.js:2
e @ bundle.js:1
(anonymous) @ bundle.js:1
e @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Any chance to host the API through steem.ws? I just posted asking for an API to call as a node is too much for my VPS to handle. Also, none of the API calls are working for me on your site. Is it still working almost a year later?
https://steemit.com/steemit/@chugwig/is-there-a-steemit-cdn-api
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@lantto why it is down ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Back online at https://steemapi.com
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very useful tool, thank you!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Looks like the site is not up any more. Could you create an updated post so that we can make sure that this project gets some visibility and the funds might be able to get the site back up again?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
https://steemit.com/steem/@lantto/steemapi-com-steem-api-explorer-relaunch Better late than never! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The website doesn't work any more like most. This is why we need solid docs all in one place not like reading braille on legs of an ocean of octopus.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @lantto,
Good tool !
I'm looking for an API that allows me to create content (POSTs). I have been reading the documentation and it seems that we can only retrieve information or just create a comments or up-vote.
I wonder if you could point me to some API that allows creating POST in steemit.com.
Thanks,
@realskilled
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
URL says it can't be reached
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Back online at https://steemapi.com :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am so happy you shared this. Came right on time
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@lantto What happened to the api explorer?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit