All sites
Data API
X Data API
Posts, profiles, search and trends from X (formerly Twitter).
34endpointsRate Limit · TLS Fingerprint · login_wall handled for you
Example
x.com
ExampleJSON responseclick the page to trace a field
{
"results": [
{
"id": "2244994945",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"username": "dev_advocate",
"name": "Dev Advocate",
"bio": "Developer advocate. Opinions my own.",
"followers": 58012,
"following": 1203,
"tweets": 24110,
"likes_count": 174036,
"listed_count": 116,
"media_count": 602,
"verified": true,
"verified_type": "blue",
"protected": false,
"fast_followers_count": 0,
"has_custom_timelines": true,
"default_profile_image": false,
"created_at": "Fri Dec 13 15:20:11 +0000 2013",
"location": "Seattle, WA",
"website": "https://dev_advocate.dev",
"bio_urls": [
{
"url": "https://dev_advocate.dev",
"display_url": "dev_advocate.dev"
}
],
"pinned_tweet_ids": [
"1823456789012345678"
],
"profile_image": "https://pbs.twimg.com/profile_images/2244994945000000000/avatar_normal.jpg",
"avatar": "https://pbs.twimg.com/profile_images/2244994945000000000/avatar_normal.jpg",
"banner": "https://pbs.twimg.com/profile_banners/2244994945/1600000000/1500x500",
"header": "https://pbs.twimg.com/profile_banners/2244994945/1600000000/1500x500",
"url": "https://x.com/dev_advocate"
},
{
"id": "6253282",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"username": "api_watcher",
"name": "API Watcher",
"bio": "Following platform and API changes so you don't have to.",
"followers": 14201,
"following": 640,
"tweets": 33120,
"likes_count": 42603,
"listed_count": 28,
"media_count": 828,
"verified": false,
"verified_type": null,
"protected": false,
"fast_followers_count": 0,
"has_custom_timelines": true,
"default_profile_image": false,
"created_at": "Wed May 23 06:01:13 +0000 2007",
"location": "Remote",
"website": "https://api_watcher.dev",
"bio_urls": [
{
"url": "https://api_watcher.dev",
"display_url": "api_watcher.dev"
}
],
"pinned_tweet_ids": [
"1823456789012345678"
],
"profile_image": "https://pbs.twimg.com/profile_images/6253282000000000/avatar_normal.jpg",
"avatar": "https://pbs.twimg.com/profile_images/6253282000000000/avatar_normal.jpg",
"banner": "https://pbs.twimg.com/profile_banners/6253282/1600000000/1500x500",
"header": "https://pbs.twimg.com/profile_banners/6253282/1600000000/1500x500",
"url": "https://x.com/api_watcher"
}
],
"id": "1823456789012345678"
}
GET
/v1/data/twitter/tweets/{id}/retweeters1 credit / runTweet Retweeters
Users who retweeted.
Handled for you:Rate LimitTLS Fingerprintlogin_wall
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Tweet id. |
| Advanced filters | |||
| count | integer | no | Results per page, 1-100. (default: 20) |
| cursor | string | no | Pagination cursor. |