Hive Developer Portal

Methods:
Used to lookup information related to reputation and account follow operations. These AppBase API methods are still under development and subject to change.
follow_api.get_account_reputations
Returns a list of account reputations.
Also see: Paginated API Methods
Query Parameters JSON
{"account_lower_bound": "", "limit": 1000}
Expected Response JSON
{
"reputations": [{"account": "", "reputation": 0}]
}
Example curl
curl -s --data '{"jsonrpc":"2.0", "method":"follow_api.get_account_reputations", "params":{"account_lower_bound":"hiveio", "limit":1}, "id":1}' https://api.hive.blog
curl -s --data '{"jsonrpc":"2.0", "method":"follow_api.get_account_reputations", "params":{"account_lower_bound":"a", "limit":10}, "id":1}' https://api.hive.blog
follow_api.get_blog
Removed since HF24 Use: condenser_api.get_blog
Also see: Paginated API Methods
follow_api.get_blog_authors
Removed since HF24 Use: condenser_api.get_blog_authors
follow_api.get_blog_entries
Removed since HF24 Use: condenser_api.get_blog_entries
Also see: Paginated API Methods
follow_api.get_feed
Removed since HF24 Use: condenser_api.get_feed
Also see: Paginated API Methods
follow_api.get_feed_entries
Removed since HF24 Use: condenser_api.get_feed_entries
Also see: Paginated API Methods
</p>
follow_api.get_follow_count
Removed since HF24 Use: condenser_api.get_follow_count
follow_api.get_followers
Removed since HF24 Use: condenser_api.get_followers
Also see: Paginated API Methods
follow_api.get_following
Removed since HF24 Use: condenser_api.get_following
Also see: Paginated API Methods
follow_api.get_reblogged_by
Removed since HF24 Use: condenser_api.get_reblogged_by