v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Communities

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.

idstring required

Unique community identifier.

namestring required

Name of the community.

descriptionstring nullable

Description of the community.

member_countinteger nullable

Number of members.

is_memberboolean nullable

Whether the authenticated user is a member.

role'member' | 'moderator' | 'admin' | 'non_member' nullable

Role of the authenticated user.

is_nsfwboolean nullable

Whether the community is marked as NSFW.

join_policy'Open' | 'Closed' nullable

Join policy for the community.

invites_policystring nullable

Invites policy for the community.

created_atinteger nullable

Creation timestamp in milliseconds.

created_at_datetimestring nullable

Creation date in ISO 8601 format.

creator_idstring nullable

Numeric ID of the community creator.

creator_usernamestring nullable

Username of the community creator.

creator_namestring nullable

Display name of the community creator.

admin_idstring nullable

Numeric ID of the community admin.

admin_usernamestring nullable

Username of the community admin.

admin_namestring nullable

Display name of the community admin.

Example response

{
  "id": "1234567890",
  "name": "Web Developers"
}