Skip to main content
POST
Get Followers (v3)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Parameters for getting followers / following / verified-followers (v3, no cookie required)

username
string
required

Twitter username (with or without @).

Example:

"elonmusk"

count
integer | null
default:20

Number of users to return per page (min 10, max 100).

Required range: 10 <= x <= 100
Example:

20

cursor
string | null

Cursor from previous next_cursor to fetch the next page.

Example:

"1870681402093130182|2076960004551737340"

Response

Followers page with cursor pagination.

Response for followers / verified followers

code
integer
required

Response code

Example:

200

msg
string
required

Response message

Example:

"success"

data
VerifiedFollowersData · object | null

Followers page