Data API
Get Tweet
Retrieves complete tweet details by its ID.
get/twitter/tweets/{tweet_id}
Path parameters
tweet_idstring required
The numerical ID of the target tweet. When using languages where the tweet_id value exceeds the default Integer type limit (e.g., JavaScript), you should store id as a String. Use the id_str property returned by the API for these values.
Response
Request succeeded