cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/social/tweets
{ "data": [ { "author": { "handle": "<string>", "name": "<string>", "user_id": "<string>", "avatar": "<string>" }, "created_at": 123, "stats": { "likes": 123, "replies": 123, "reposts": 123, "views": 123 }, "text": "<string>", "tweet_id": "<string>", "url": "<string>", "media": [ { "type": "<string>", "url": "<string>" } ] } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Comma-separated numeric post ID strings, max 100
"1880293339000000000,1880293339000000001"
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataResponseXTweet.json"