Get community moderators
GET/twitter/community/moderators18 credits
List the moderators of a Twitter Community. The sample response below is captured from the live API. List endpoints paginate with `has_next_page` and `next_cursor`.
Authentication required
Send your key in the
x-api-key header. Requests without a valid key return 401.Query parameters
community_id
stringrequired
The numeric ID of the community.
cursor
stringoptional
Pagination cursor for the next page.
Response fields
moderatorsarray
Array of community moderator user objects.
has_nextboolean
Legacy pagination flag (mirrors has_next_page).
has_next_pageboolean
Whether another page of results is available.
next_cursorobject
Cursor for the next page; null or empty when exhausted.
statusstring
Request status: "success" or "error".
msgstring
Status message from the upstream.
Request
Response200 OK
base url · https://v2.xapis.dev
Ready to call Get community moderators?
Get an API key or explore the full interactive reference.
