API ReferenceList Data
Overview
List Data: Read the members of any public Twitter/X List.
Read the members of any public Twitter/X List.
This category has 1 endpoint. Each is a pay-per-call REST endpoint with bearer auth, JSON in and out.
| Method | Path | Cost | Description |
|---|---|---|---|
GET | /list/members | $0.0008 | Page through the members of a public Twitter/X List. |
Followers You Know GET
Return the followers of the account named by user_id that the account behind your registered session also follows: the mutual-connection overlap from your perspective. Returns full user objects, cursor-paginated. Requires a registered session and a numeric user_id. Cost: $0.0008 per call.
List Members GET
Fetch the members of a public List by its numeric ID, cursor-paginated. Returns full user objects for every account in the List. Cost: $0.0008 per call.