Get tweets by IDs
GET/twitter/tweets1 credit
Retrieve one or more tweets by ID with full metadata: author, engagement metrics, and media. The sample response below is captured from the live API. List endpoints paginate with `has_next_page` and `next_cursor`.
Authentication required
Send your key in the
x-api-key header. Requests without a valid key return 401.Query parameters
tweet_ids
stringrequired
Comma-separated list of numeric tweet IDs.
Response fields
tweetsarray
Array of tweet objects with engagement metrics and author info.
statusstring
Request status: "success" or "error".
msgstring
Status message from the upstream.
codeinteger
Numeric status code (0 = OK).
Request
Response200 OK
base url · https://v2.xapis.dev
Ready to call Get tweets by IDs?
Get an API key or explore the full interactive reference.
