Skip to main content
GET
Get User Follower

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

secUid
string

User secUid. Either secUid or userId must be provided

Example:

"MS4wLjABAAAATOyRAXMoa_yS82hI2holT9Dbi_zDpjay9cralDPtz0uQVp8KOMvcSDkbuljy797Y"

userId
string

User ID. Either secUid or userId must be provided

Example:

"6530329342721922048"

count
integer
default:30

The number of results to be returned. The default and maximum value is 30

Example:

30

max_time
integer
default:0

max_time parameter is used for pagination. In the first request, the default value of max_time is 0. For subsequent requests, the value of max_time will be taken from the response of the previous request

Example:

0

Response

Success

has_more
boolean

Indicates whether there are more data available to fetch

Example:

true

max_time
number

Cursor for pagination. Use this value in subsequent requests to fetch more data

Example:

1772510719

total
number

Total number of followers the user currently has

Example:

33265126

followers
object[]