List follower ids of a Twitter profile
List numeric user ids of accounts following an X profile.
Headers
Get your API keyAPI key (`sfk_...`)
X (Twitter) profile handle without the leading @, or a numeric user id.
Requested page size (1–5000).
≥ 1 · ≤ 5000
Opaque pagination cursor returned by a previous response.
min 1 chars
Treat the path value as a handle or a numeric user id. Defaults to id when the value is all digits.
one of: id, handle
Endpoint-specific response payload.
Whether the id list was resolved.
one of: found, not_found, private
Numeric X user ids returned for this page.
Cursor pagination for this id list.
Whether another page is available.
Cursor to pass in the next request when more pages exist; null on the last page.
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
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/profiles/nasa/followers/ids" \
-H "x-api-key: YOUR_API_KEY"Responses
Follower id listing.