Steem LogoSDS API Reference0.1.9


post_tags_api


/ getConfig

All Post Tags

/ getTopPostTags / :limit? / :offset?

/ getTopPostTagsByAuthor / :author / :limit? / :offset?

/ getTopPostTagsByCommunity / :community / :limit? / :offset?

Active Post Tags

/ getTopActivePostTags / :limit? / :offset?

/ getTopActivePostTagsByAuthor / :author / :limit? / :offset?

/ getTopActivePostTagsByCommunity / :community / :limit? / :offset?

All Comment Tags

/ getTopCommentTags / :limit? / :offset?

/ getTopCommentTagsByAuthor / :author / :limit? / :offset?

/ getTopCommentTagsByCommunity / :community / :limit? / :offset?

Active Comment Tags

/ getTopActiveCommentTags / :limit? / :offset?

/ getTopActiveCommentTagsByAuthor / :author / :limit? / :offset?

/ getTopActiveCommentTagsByCommunity / :community / :limit? / :offset?

Active Config


{
   "id": "post_tags_api",
   "group_id": "posts",
   "parsing_order": 250,
   "required_modules": [
      "chain_api"
   ],
   "referenced_modules": [
      "communities_api"
   ],
   "parse_reversible": true,
   "event_handlers": [
      "chain_api.onCreatePost",
      "chain_api.onUpdatePost",
      "chain_api.onRemovePost"
   ]
}

Database Info


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