Skip to main content

Get Followers

Retrieve Threads user followers by id.

Paramsโ€‹

NameTypeDefaultDescription
id (required)intโ€“User id
max_idstringNoneUse for pagination
querystringNoneSearch query

You can use the max_id parameter to paginate through the media (take from the next_max_id field of the response).

Note: if query is specified max_id is ignored.

Usageโ€‹

from rocketapi import ThreadsAPI


threads_api = ThreadsAPI(token="your-api-key")
print(threads_api.get_user_followers(1277527114))

Response exampleโ€‹

Loading...