JSON API to get reward distribution of steem posts

Words
92
Reading
1 min
Listen
Play
9y

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

image

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

image


As usual, the code is open-source. You can see at @emre/reward_estimator

Expect to see new developments on steem.rocks. :)

JSON API to get reward distribution of steem posts | Ecency