TwitterAPIs Docs
API ReferenceFollower Graph

Overview

Follower Graph: Page through followers and following lists, including the verified-only and v2 cursor-paginated variants.

Page through followers and following lists, including the verified-only and v2 cursor-paginated variants.

This category has 6 endpoints. Each is a pay-per-call REST endpoint with bearer auth, JSON in and out.

MethodPathCostDescription
GET/user/followers_you_know$0.0008The followers of a target account that your registered account also follows (mutual overlap).
GET/user/followers$0.0008Page through the accounts that follow a user.
GET/user/following$0.0008Page through the accounts a user follows.
GET/user/followers_v2$0.0008Followers endpoint with the v2 response shape and richer cursoring.
GET/user/following_v2$0.0008Following endpoint with the v2 response shape and richer cursoring.
GET/user/verified_followers$0.0008Page through only the verified accounts that follow a user.