cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/social/tweet/replies
{ "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, "has_more": true, "limit": 123, "next_cursor": "<string>" }, "$schema": "<string>" }
Tweet ID to get replies for
"1999187154530898007"
Max results to return
1 <= x <= 100
20
Opaque cursor token from a previous response's next_cursor field for fetching the next page
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/CursorDataResponseXTweet.json"