User Info
GET {{baseUrl}}/v1/raw/ig/user-info?url=<string>
Get details about the user profile
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | (Required) Username (@handle) or user id |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"pk": "<string>",
"biography": "<string>",
"external_url": "<string>",
"follower_count": "<number>",
"following_count": "<number>",
"full_name": "<string>",
"is_business": "<boolean>",
"is_private": "<boolean>",
"is_verified": "<boolean>",
"media_count": "<number>",
"profile_pic_url_hd": "<string>",
"profile_pic_url": "<string>",
"total_igtv_videos": "<number>",
"username": "<string>",
"category": "<string>",
"has_channel": "<boolean>",
"has_clips": "<boolean>",
"has_videos": "<boolean>",
"has_guides": "<boolean>",
"has_highlight_reels": "<boolean>"
} |
ENDPOINTS