v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBCommunities
Get community details
Get detailed information about a Twitter community. Returns comprehensive community data including name, description, member count, join policy, banner image, creator/admin info, and community rules. Useful for understanding a community before exploring its content.
get/v1/twitter/communities/{community_id}
Path parameters
community_idstring required
Example:1234567890
The unique numeric ID of the community.
Response
Successfully retrieved community details.
Example response
{
"id": "1234567890",
"name": "Web Developers"
}