Skip to main content

Get Feed

Retrieve Threads user feed by id.

Paramsโ€‹

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

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

Usageโ€‹

from rocketapi import ThreadsAPI


threads_api = ThreadsAPI(token="your-api-key")
print(threads_api.get_user_feed(35670846775))

Response exampleโ€‹

Loading...