GET/api/{name} A user's timeline: tweets, retweets and quotes. Example: GET /api/jack | — | — | $0.05 |
GET/api/{name}/about Account info: join date, base location, verification, username changes. Example: GET /api/jack/about | — | — | $0.05 |
GET/api/{name}/followers A user's followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/followers | — | — | $0.05 |
GET/api/{name}/following Accounts a user follows (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/following | — | — | $0.05 |
GET/api/{name}/profile Full profile: bio, counts, banner, pinned tweet and a photo rail. Example: GET /api/jack/profile | — | — | $0.05 |
GET/api/{name}/status/{id} A single tweet with its full conversation: tweets before, after and replies. Example: GET /api/jack/status/20 | — | — | $0.05 |