Skip to main content
GET
Get Community Info By Id
Get metadata for an X Community by its numeric community ID — name, description, member count, and access rules. Use this to qualify a community before pulling its members or posts. Returns the object under community_info. To discover communities by topic, search their posts with get_twitter_community_tweets_all.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

community_id
string
required

ID of the community

Response

200 - application/json

Community info response

community_info
object
status
enum<string>
Available options:
success,
error
msg
string