User Following (v2)
The v2 variant of the following endpoint. Same data as the v1 following call, with a more consistent cursor model and additional user fields. Prefer v2 for new integrations. Cost: $0.0008 per call.
Authorization
bearerAuth Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.
In: header
Query Parameters
Handle without the leading @.
Pagination cursor from a previous response.
Response Body
application/json
curl -X GET "https://example.com/user/following_v2?username=naval"{ "users": [ { "id": "2178758961", "username": "balajis", "name": "Balaji", "followers_count": 1000000, "is_blue_verified": true, "created_at": "Fri Nov 08 04:22:10 +0000 2013" } ], "has_next_page": true, "next_cursor": "DAABCgABF...", "status": "success"}User Followers (v2) GETNew
The v2 variant of the followers endpoint. Same data, with a more consistent cursor model and additional user fields. Prefer v2 for new integrations. Cost: $0.0008 per call.
Verified Followers GETNew
Fetch only the Verified (Blue) accounts that follow a user, cursor-paginated. A fast way to filter a large follower base down to higher-signal accounts. Cost: $0.0008 per call.