Get Twitter list

Get an X list by URL or id.

GET/v1/twitter/lists
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
1
urlstringrequiredquery

List permalink or numeric id.

min 1 chars · max 4096 chars

Response fields
53

Endpoint-specific response payload.

datalookupStatus
string

Whether the list was found.

one of: found, not_found, private

List details when available.

datalistid
string

Numeric list identifier as a string.

min 1 chars

datalistname
string

List display name.

datalistdescription
stringnullable

List description text when available.

datalistisPrivate
boolean

Whether the list is private.

datalisturl
string

Canonical public list URL on x.com (`https://x.com/i/lists/{id}`).

min 1 chars

datalistbannerUrl
stringnullable

List banner image URL when available.

datalistmemberCount
integernullable

Approximate member count when available.

≥ 0

datalistsubscriberCount
integernullable

Approximate subscriber (follower) count when available.

≥ 0

datalistcreatedAt
stringnullable

List creation time (ISO-8601) when available.

List owner compact user card when available.

datalistownerid
string

Numeric X user id as a string.

datalistownerhandle
string

X screen name (handle) without the leading @.

datalistownerdisplayName
stringnullable

Display name shown on the profile.

datalistownerdescription
stringnullable

Profile biography text.

datalistowneravatarUrl
stringnullable

Best available square avatar image URL.

datalistownerbannerUrl
stringnullable

Profile banner image URL when available.

datalistownerlocation
stringnullable

Location string from the profile when provided.

datalistownerwebsite
stringnullable

Primary outbound link (expanded URL) from the profile.

datalistownerverified
boolean

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

datalistownerisBlueVerified
boolean

Whether the account has X blue (paid) verification.

datalistownerisProtected
boolean

Whether the account is protected (private).

datalistownerfollowerCount
integernullable

Follower count from X when available.

≥ 0

datalistownerfollowingCount
integernullable

Following (friends) count from X when available.

≥ 0

datalistownertweetCount
integernullable

Total post (status) count from X when available.

≥ 0

datalistownerlistedCount
integernullable

Listed count when X provides it.

≥ 0

datalistownercreatedAt
stringnullable

Account creation time (ISO-8601) when derivable.

datalistownerprofileUrl
string

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

datalistownerprofileImageShape
stringnullableoptional

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

datalistownerverifiedType
stringnullableoptional

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

Pinned tweet ids from X, in display order.

datalistownerpinnedTweetIds[]
stringoptional

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

datalistownerprofessionaltype
stringnullable

Professional account type from X, when present.

Professional category entries from X.

datalistownerprofessionalcategory[]
nullableoptional
datalistownerprofessionalrestId
stringnullable

Professional account rest id from X, when present.

Country codes where the profile is withheld.

datalistownerwithheldInCountries[]
stringoptional
datalistownerfavoritesCount
integernullableoptional

Total likes (favorites) on the profile when available.

≥ 0

datalistownermediaCount
integernullableoptional

Media item count when X provides it.

≥ 0

datalistslug
stringnullableoptional

List slug when X provides one.

datalisturi
stringnullableoptional

List URI when X provides one.

Member avatar URLs shown in the list preview.

datalistfacepileUrls[]
stringoptional

min 1 chars

datalistdefaultBannerMedia
nullableoptional

Default banner media payload when X provides one.

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/lists?url=https://x.com/i/lists/1227596802024771586" \
  -H "x-api-key: YOUR_API_KEY"

Responses

List details.