latestOpenAPI 3.1.02026-08-22127128516.1 KB
52f71c610f6b
Tweets
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": [],
"has_next_page": false,
"next_cursor": ""
}