POST
/
twitter_tweet_info
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/twitter_tweet_info \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "id": "<string>"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
id
string

The unique identifier for the tweet.

Response

200

Successful response with tweet details.