X followers
One page of the accounts following a user, as TikHub returns it. Returns third-party personal data in bulk — see `/legal/privacy`. A page is dozens of accounts none of whom is the subject the caller named. An unknown handle returns `{"followers": [], "status": "ok", "more_users": false}`, which reads as content to anything not keying on `followers`; it answers `502 extraction_empty` here and is not charged.
/v1/twitter/followersOne page of the accounts following a user, as TikHub returns it.
Returns third-party personal data in bulk — see /legal/privacy. A page is dozens of
accounts none of whom is the subject the caller named.
An unknown handle returns {"followers": [], "status": "ok", "more_users": false},
which reads as content to anything not keying on followers; it answers
502 extraction_empty here and is not charged.
Query Parameters
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/followers?username=string"{ "cache_age": 0, "cached": false, "credits_remaining": 0, "credits_used": 0, "data": {}, "schema_version": "2", "success": true, "took_ms": 0}Revoke Key DELETE
Revoke one key. Scoped to the caller: a key belonging to someone else is a 404, not a 403, so the id cannot be used to probe for real keys. The key stops working immediately, but its history is kept: a revoked key still appears in this list and in your usage records.
X following GET
One page of the accounts a user follows, as TikHub returns it. Returns third-party personal data in bulk — see `/legal/privacy`. Unlike `/twitter/followers`, an unknown handle answers 400 upstream rather than an empty page.