latestOpenAPI 3.1.02026-08-21127127514.8 KB

18302a60cfee

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.

filtered_countinteger
has_next_pageboolean required
next_cursorstring required

Example response

{
  "tweets": [],
  "has_next_page": false,
  "next_cursor": ""
}