SocialPipe docs

X retweeters

One page of the accounts that reposted a post, as TikHub returns it. Returns third-party personal data in bulk — see `/legal/privacy`.

GET/v1/twitter/retweeters

One page of the accounts that reposted a post, as TikHub returns it.

Returns third-party personal data in bulk — see /legal/privacy.

Query Parameters

tweet_id*Tweet Id
cursor?string|null
cache_ttl?|

Max acceptable age of a cached result, in seconds. A lower value demands fresher data; it does not shorten what is stored.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/twitter/retweeters?tweet_id=string"
{  "cache_age": 0,  "cached": false,  "credits_remaining": 0,  "credits_used": 0,  "data": {},  "schema_version": "2",  "success": true,  "took_ms": 0}