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
pbs.twimg.com
ExampleJSON responseclick the page to trace a field
{
"id": "1823456789012345678",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"text": "The state of open models in 2026: a long-form breakdown of where reasoning benchmarks are heading.",
"created_at": "Wed Aug 06 14:22:31 +0000 2026",
"likes": 4821,
"retweets": 902,
"replies": 314,
"quotes": 128,
"views": 331204,
"bookmarks": 241,
"lang": "en",
"conversation_id": "1823456789012345678",
"is_reply": false,
"is_retweet": false,
"is_quote": false,
"reply_to_username": null,
"source": "Twitter Web App",
"possibly_sensitive": false,
"display_text_range": [
0,
98
],
"hashtags": [
],
"urls": [
],
"mentions": [
],
"symbols": [
],
"media": [
{
"type": "photo",
"url": "https://pbs.twimg.com/media/GabcDEfXcAA0001.jpg",
"alt_text": "A slide titled 'What we built' on a dark background.",
"width": 1600,
"height": 900
}
],
"author": {
"id": "2244994945",
"username": "dev_advocate",
"name": "Dev Advocate",
"verified": true,
"avatar": "https://pbs.twimg.com/profile_images/2244000000000000000/avatar_normal.jpg",
"profile_image": "https://pbs.twimg.com/profile_images/2244000000000000000/avatar_normal.jpg"
},
"url": "https://x.com/dev_advocate/status/1823456789012345678"
}
GET
/v1/data/twitter/articles/{id}1 credit / runArticle Detail
Full detail for an X article.
Handled for you:Rate LimitTLS Fingerprintlogin_wall
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Article/tweet id. |