curl https://xquik.com/api/v1/x/tweets/1893456789012345678 \
-H "x-api-key: xq_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2" | jq
Path parameters
Your API key. Session cookie authentication is also supported.
Response
The tweet data.
ISO 8601 creation timestamp.
The tweet author. Omitted if author data is unavailable.
Whether the author is verified.
Profile picture URL. Omitted if unavailable.
{
"tweet": {
"id": "1893456789012345678",
"text": "Introducing our new extraction API. Ship faster.",
"createdAt": "2026-02-24T14:30:00.000Z",
"retweetCount": 320,
"replyCount": 85,
"likeCount": 1400,
"quoteCount": 45,
"viewCount": 250000,
"bookmarkCount": 210
},
"author": {
"id": "987654321",
"username": "xquikcom",
"followers": 10000,
"verified": true,
"profilePicture": "https://pbs.twimg.com/profile_images/xquik/photo.jpg"
}
}
{ "error": "unauthenticated" }
Missing or invalid API key. Check the x-api-key header value.{ "error": "no_subscription" }
No active subscription or usage cap reached. Possible error values: no_subscription, subscription_inactive, usage_limit_reached.{ "error": "x_api_unavailable" }
The upstream X API returned an error. Retry after a short delay.