I have needed a simple web service to pull the distribution data of rewards on posts to use it at steem.rocks.
By saying distribution data, I mean
- Author rewards
- Curation rewards
- Beneficiary rewards
- Total rewards
Since I had this little estimator app, I have expanded its functionality to respond with JSON data for posts.
Example Query
http://estimator.steem.rocks/rewards.json?links=@emrebeyler/turkish-translation-of-electron-564-words-part-4
Response
It works with multiple posts, too.
Example query with two posts
http://estimator.steem.rocks/rewards.json?links=@emrebeyler/turkish-translation-of-electron-564-words-part-4,@emrebeyler/steem-python-for-dummies-11-lookups-discussion-queries
Response
As usual, the code is open-source. You can see at @emre/reward_estimator
Expect to see new developments on steem.rocks. :)