List Twitter community members

List members of an X community by community URL or id.

GET/v1/twitter/communities/members
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
2
urlstringrequiredquery

Community permalink or numeric id.

min 1 chars · max 4096 chars

cursorstringoptionalquery

Opaque pagination cursor returned by a previous response.

min 1 chars

Response fields
43

Endpoint-specific response payload.

datalookupStatus
string

Whether member data was returned for this community.

one of: found, not_found

Members returned for this page. This array may be empty when `lookupStatus` is `found` and no members are returned in this response, or when `lookupStatus` is `not_found`.

datamembers[]id
string

Numeric X user id as a string.

datamembers[]handle
string

X screen name (handle) without the leading @.

datamembers[]displayName
stringnullable

Display name shown on the profile.

datamembers[]description
stringnullable

Profile biography text.

datamembers[]avatarUrl
stringnullable

Best available square avatar image URL.

datamembers[]bannerUrl
stringnullable

Profile banner image URL when available.

datamembers[]location
stringnullable

Location string from the profile when provided.

datamembers[]website
stringnullable

Primary outbound link (expanded URL) from the profile.

datamembers[]verified
boolean

Whether X marks the profile with legacy verification (not necessarily paid blue).

datamembers[]isBlueVerified
boolean

Whether the account has X blue (paid) verification.

datamembers[]isProtected
boolean

Whether the account is protected (private).

datamembers[]followerCount
integernullable

Follower count from X when available.

≥ 0

datamembers[]followingCount
integernullable

Following (friends) count from X when available.

≥ 0

datamembers[]tweetCount
integernullable

Total post (status) count from X when available.

≥ 0

datamembers[]listedCount
integernullable

Listed count when X provides it.

≥ 0

datamembers[]createdAt
stringnullable

Account creation time (ISO-8601) when derivable.

datamembers[]profileUrl
string

Canonical public profile URL on x.com (`https://x.com/<handle>`).

datamembers[]profileImageShape
stringnullableoptional

Avatar crop shape reported by X, such as Circle or Square.

datamembers[]verifiedType
stringnullableoptional

X verification type label when provided (for example a government or organization note).

Pinned tweet ids from X, in display order.

datamembers[]pinnedTweetIds[]
stringoptional

X professional-account metadata when the account is marked professional.

datamembers[]professionaltype
stringnullable

Professional account type from X, when present.

Professional category entries from X.

datamembers[]professionalcategory[]
nullableoptional
datamembers[]professionalrestId
stringnullable

Professional account rest id from X, when present.

Country codes where the profile is withheld.

datamembers[]withheldInCountries[]
stringoptional
datamembers[]favoritesCount
integernullableoptional

Total likes (favorites) on the profile when available.

≥ 0

datamembers[]mediaCount
integernullableoptional

Media item count when X provides it.

≥ 0

datamembers[]role
string

Community role reported by X. `unknown` when the role is missing or unrecognized.

one of: member, moderator, admin, unknown

datamembers[]joinedAt
stringnullable

When the user joined the community (ISO-8601), when available.

Cursor pagination for this community member list.

datapagehasMore
boolean

Whether another page is available.

datapagenextCursor
stringnullable

Cursor to pass in the next request when more pages exist; null on the last page.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/twitter/communities/members?url=https://x.com/i/communities/1733520006279815231" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Members of the requested community.