Steem LogoSDS API Reference0.1.9


communities_api


/ getConfig

Community Data

/ getCommunity / :community / :observer?

/ getCommunityRoles / :community

/ getCommunitySubscribers / :community

/ getCommunitySubscriptions / :community

/ getCommunityPinnedPosts / :community / :observer? / :bodyLength?

Community Activities

/ getCommunityActivityLogs / :community / :limit? / :offset?

/ getCommunityActivityLogsByType / :community / :type / :limit? / :offset?

List Communities

/ getCommunitiesByCreated / :observer? / :limit? / :offset?

/ getCommunitiesByRank / :observer? / :limit? / :offset?

/ getCommunitiesByTotalPayout / :observer? / :limit? / :offset?

/ getCommunitiesByCountActivePosts / :observer? / :limit? / :offset?

/ getCommunitiesByCountActiveAuthors / :observer? / :limit? / :offset?

/ getCommunitiesByCountSubscribers / :observer? / :limit? / :offset?

/ getCommunitiesBySubscriber / :subscriber / :observer? / :limit? / :offset?

Active Config


{
   "id": "communities_api",
   "group_id": "posts",
   "parsing_order": 240,
   "required_modules": [
      "chain_api"
   ],
   "optional_modules": [
      "accounts_api"
   ],
   "referenced_modules": [
      "feeds_api"
   ],
   "parse_reversible": true,
   "from_block": 37500000,
   "parsed_ops": [
      "custom_json"
   ],
   "event_handlers": [
      "chain_api.onCreateAccount",
      "chain_api.onRemovePost"
   ]
}

Database Info


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