Steem LogoSDS API Reference0.1.9


posts_api


/ getConfig

Post Data By Link

/ getPost / :author / :permlink / :withVotes? / :observer? / :fields?

/ getPostReplies / :author / :permlink / :withVotes? / :observer? / :fields?

/ getPostWithReplies / :author / :permlink / :withVotes? / :observer? / :fields?

/ getBeneficiaries / :author / :permlink

/ getPayout / :author / :permlink / :withVotes? / :withBenefs?

/ getVotes / :author / :permlink

Post Data By Id

/ getPostById / :linkId / :withVotes? / :observer? / :fields?

/ getPostRepliesById / :linkId / :withVotes? / :observer? / :fields?

/ getPostWithRepliesById / :linkId / :withVotes? / :observer? / :fields?

/ getBeneficiariesById / :linkId

/ getPayoutById / :linkId / :withVotes? / :withBenefs?

/ getVotesById / :linkId

Other

/ getRootPostsByAuthor / :author / :withVotes? / :observer? / :fields? / :limit? / :offset?

/ getPostsForSync / :query

Active Config


{
   "id": "posts_api",
   "group_id": "posts",
   "parsing_order": 210,
   "required_modules": [
      "chain_api"
   ],
   "optional_modules": [
      "post_resteems_api",
      "post_votes_api",
      "accounts_api",
      "communities_api",
      "followers_api"
   ],
   "referenced_modules": [
      "feeds_api",
      "steem_requests_api"
   ],
   "data_source_contents": [
      "posts"
   ],
   "parse_reversible": true,
   "parsed_ops": [
      "comment_options"
   ],
   "available_events": [
      "onSyncPost"
   ],
   "event_handlers": [
      "chain_api.onCreatePost",
      "chain_api.onUpdatePost",
      "chain_api.onRemovePost",
      "chain_api.onVote",
      "chain_api.onAuthorReward"
   ]
}

Database Info


{
   "name": "posts_api",
   "size": "115.045 GB",
   "page_size": "4096 Bytes",
   "type": "SQLITE",
   "journal_mode": "WAL",
   "busy_timeout": 10000,
   "log_level": "INFO"
}