GETCommunity information
/v1/communities/{communityId} Get the name, description, member counts, moderators, and rules.
curl "https://twitterxapi.com/api/v1/communities/1493446837214187523?level=moderate" \
-H "Authorization: Bearer $TWITTERXAPI_KEY"
GETCommunity posts
/v1/communities/{communityId}/posts?cursor={cursor} Get one page of posts from a community.
curl "https://twitterxapi.com/api/v1/communities/1493446837214187523/posts?level=moderate" \
-H "Authorization: Bearer $TWITTERXAPI_KEY"
GETCommunity members
/v1/communities/{communityId}/members?cursor={cursor} Get one page of community members.
curl "https://twitterxapi.com/api/v1/communities/1493446837214187523/members?level=moderate" \
-H "Authorization: Bearer $TWITTERXAPI_KEY"
GETCommunity moderators
/v1/communities/{communityId}/moderators?cursor={cursor} Get one page of community moderators.
curl "https://twitterxapi.com/api/v1/communities/1493446837214187523/moderators?level=moderate" \
-H "Authorization: Bearer $TWITTERXAPI_KEY"