GET
/
api
/
v2
/
threads
/
user
/
info
curl --location --request GET 'https://piloterr.com/api/v2/threads/user/info?query=zuck' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "id": "314216",
    "username": "zuck",
    "full_name": "Mark Zuckerberg",
    "follower_count": 1965814,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/357376107_1330597350674698_8884059223384672080_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=9PG1NK-L8OkAX8oyFfD&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfDDMHFu9ZAVQisupQiH-HSV3dh8X9As3veCSMMsRg_JgA&oe=64ACDDC0&_nc_sid=10d13b",
    "biography": "",
    "bio_links": [
        {
            "url": ""
        }
    ]
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Threads user url or slug : https://www.threads.net/@zuck or zuck

user_id
string

Threads user id : 314216

Response

user
User Object
id
string

Threads user id

username
string

Threads user username

full_name
string

Threads user full name

follower_count
number

Threads user follower count

profile_pic_url
string

Threads user profile picture url

biography
string

Threads user biography

bio_links
array
url
string

Threads user biography link url