Get Twitter community
Returns metadata for a single X community by URL.
Operation
/v1/twitter/communitiesHeaders
API key (`sfk_...`)
Parameters
Community URL to look up.
min 1 chars · max 4096 chars
Response fields
Endpoint-specific response payload.
Whether the community was found or not found.
one of: found, not_found
Community details when available.
Social platform for this community.
one of: twitter
Numeric community identifier as a string.
min 1 chars
Canonical public community URL on x.com.
min 1 chars
Community display name.
min 1 chars
Short description text when available.
Creation time as Unix epoch milliseconds.
≥ 0
Approximate member count.
≥ 0
Whether the community is marked as sensitive.
Who can join this community.
one of: open, restricted
Primary topic label when available.
Banner image URL when available.
Creator handle and verification flags when available.
Creator screen name without the leading @.
min 1 chars
Whether X marks the creator with legacy verification.
Whether the creator has X blue (paid) verification.
Published community rules.
Stable rule identifier.
min 1 chars
Short rule title.
min 1 chars
Longer rule explanation when provided.
Recent member avatar image URLs shown in the community preview.
min 1 chars
Trending hashtags associated with this community when available.
min 1 chars
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Community details when available. Check `data.lookupStatus` for `found` vs `not_found`.
Error codes
Tweet
Returns public metadata and engagement for a single tweet on X, including author profile context and an expanded quoted tweet when present.
Community tweets
Returns tweets for a single X community by URL. Check `data.lookupStatus` for `found` vs `not_found`. A `found` result may still include an empty `data.tweets` array when the community resolves but no tweets are returned in this response.