v1
OpenAPI 3.1.02026-08-0412793496.7 KBTweets
Get multiple tweets by IDs
Get multiple tweets by IDs.
get/api/v1/x/tweets
Query parameters
idsstring required
Comma-separated tweet IDs (max 100)
Response
Requested tweets in request order. Partial successful reads recheck unresolved IDs once.
Example response
{
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!",
"retweetCount": 5,
"replyCount": 3,
"likeCount": 42,
"quoteCount": 1,
"viewCount": 1500,
"bookmarkCount": 2
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}