Get Tweet

Fetch a specific tweet using a tweet id.

POST https://api.noauth.cc/twitter/get-tweet

This request will fetch information about a specific tweet.

You are allowed to use your own auth. That allows for a higher rate limit. You can find

an example on how to add them, here.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

tweet_id*

Integer

Example: 492592

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated