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 (captured live)
x.com
ExampleJSON responseclick the page to trace a field
{
"ids": [
"20"
],
"results": [
{
"id": "20",
"scraped_at": "2026-08-18T09:37:09.521479+00:00",
"text": "just setting up my twttr",
"created_at": "2006-03-21T20:50:14.000Z",
"lang": "en",
"likes": 308597,
"retweets": 17989,
"replies": null,
"quotes": null,
"is_edited": false,
"possibly_sensitive": null,
"reply_to_username": null,
"display_text_range": [
0,
24
],
"hashtags": [
],
"urls": [
],
"mentions": [
],
"symbols": [
],
"media": [
],
"author": {
"id": "12",
"username": "jack",
"name": "jack",
"verified": true,
"profile_image": "https://pbs.twimg.com/profile_images/1661201415899951105/azNjKOSH_normal.jpg"
},
"url": "https://x.com/jack/status/20"
}
]
}
GET
/v1/data/twitter/tweets/by-ids1 credit / run VerifiedTweets by IDs
Fetch multiple tweets by id.
Handled for you:Rate LimitTLS Fingerprintlogin_wall
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| ids | string | yes | Comma-separated tweet ids. |