Skip to main content

Get Following

Retrieve Threads user following 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_following(1277527114))

Response exampleโ€‹

Loading...