Skip to main content

Get Info

Retrieve Threads user information by id.

Paramsโ€‹

NameTypeDefaultDescription
id (required)intโ€“User id

Usageโ€‹

from rocketapi import ThreadsAPI


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

Response exampleโ€‹

Loading...