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": "1823460000000000001",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"text": "Congrats on the launch! How does this compare to the previous version?",
"created_at": "Wed Aug 06 14:31:09 +0000 2026",
"likes": 84,
"retweets": 3,
"replies": 2,
"quotes": 0,
"views": 5120,
"bookmarks": 4,
"lang": "en",
"conversation_id": "1823460000000000001",
"is_reply": true,
"is_retweet": false,
"is_quote": false,
"reply_to_username": null,
"source": "Twitter Web App",
"possibly_sensitive": false,
"display_text_range": [
0,
70
],
"hashtags": [
],
"urls": [
],
"mentions": [
],
"symbols": [
],
"media": [
],
"author": {
"id": "783214",
"username": "curious_reader",
"name": "Curious Reader",
"verified": false,
"avatar": "https://pbs.twimg.com/profile_images/783000000000000000/reader_normal.jpg",
"profile_image": "https://pbs.twimg.com/profile_images/783000000000000000/reader_normal.jpg"
},
"url": "https://x.com/curious_reader/status/1823460000000000001"
},
{
"id": "1823460000000000002",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"text": "Been waiting for this. Trying it now.",
"created_at": "Wed Aug 06 14:33:52 +0000 2026",
"likes": 41,
"retweets": 1,
"replies": 0,
"quotes": 0,
"views": 2980,
"bookmarks": 2,
"lang": "en",
"conversation_id": "1823460000000000002",
"is_reply": true,
"is_retweet": false,
"is_quote": false,
"reply_to_username": null,
"source": "Twitter Web App",
"possibly_sensitive": false,
"display_text_range": [
0,
37
],
"hashtags": [
],
"urls": [
],
"mentions": [
],
"symbols": [
],
"media": [
],
"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/1823460000000000002"
}
],
"id": "1823456789012345678"
}
GET
/v1/data/twitter/tweets/{id}/replies1 credit / runTweet Replies
Replies to a tweet.
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. |