Communities
Get community moderators
Retrieve moderators of an X community with profile details and follower counts
GET
Get community moderators
Requested result counts are upper bounds for paid authenticated calls. When remaining credits cannot cover the full page or ID list, Xquik returns fewer results. If zero paid results are affordable, it returns
402 insufficient_credits.1 credit per result returned · All plans from $0.00012/credit
GET /x/communities/{id}/moderators for moderator audits, governance
review, trust and safety queues, or CRM enrichment. It creates one row per
community moderator. Store community_id, moderator_id, username,
display_name, bio, follower_count, verified, profile_image_url, and
next_cursor. Store page_size and has_next_page with the checkpoint when
you paginate moderator audits or saved review queues.
Direct moderator handoff
Use the first page with nocursor, then pass next_cursor back as cursor
while has_next_page is true. Requested result counts are upper bounds, so use
page_size to record how many moderators were returned on the current page.
Moderator rows
Store one row per moderator with community ID, user ID, username, profile
fields, verification, and follower count.
Next page
Store
has_next_page and next_cursor before requesting the following
page.Default page
Expect up to the default page size per call, reduced when the caller cannot
cover every paid result.
Saved export
Use
community_moderator_explorer when the workflow needs an extraction
job or CSV, JSON, or XLSX output.Path parameters
Community ID (numeric string).
Query parameters
Pagination cursor from a previous response. Omit for the first page.
Which community endpoint?
Community moderators
Use
GET /x/communities/{id}/moderators for governance audits, moderator
review queues, and profile enrichment.Community members
Use
GET /x/communities/{id}/members
for the broader member list.Community info
Use
GET /x/communities/{id}/info for
member count, moderator count, rules, and join policy.Community tweets
Use
GET /x/communities/{id}/tweets
for posts inside one community.Community search
Use
GET /x/communities/tweets
for keyword search across community tweets.Saved exports
Use
Create extraction with
community_moderator_explorer, community_extractor, or
community_post_extractor for queued file exports.Headers
Your API key. Session cookie authentication is also supported.
Response
- 200 OK
- 400 Invalid community ID
- 401 Unauthenticated
- 402 Subscription required
- 404 Community not found
- 429 Rate Limit Exceeded
- 424 Dependency Failed
Next steps: Community Members for the full member list, or Community Info for community details.
Last modified on June 2, 2026
Get community moderators