Get influencer by id
GET/api/influencer/:id
Get influencer by id
Request
Path Parameters
The id of the influencer
Responses
- 200
- default
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
The unique identifier of the influencer.
The first name of the influencer.
The last name of the influencer.
The URL of the influencer avatar.
Whether the influencer has a meta tag.
instagram object
Influencer Instagram object
The Instagram username of the influencer.
followers object
Instagram followers object
credibility object
Instagram followers credibility object
mass_followers object
Weight object
The weight of the object.
suspicious object
Weight object
The weight of the object.
influencers object
Weight object
The weight of the object.
real object
Weight object
The weight of the object.
genders object
Instagram followers gender distribution object
female object
Weight object
The weight of the object.
male object
Weight object
The weight of the object.
genders_ages object
Instagram followers age gender distribution object
13-17 object
Instagram followers gender distribution object
female object
Weight object
The weight of the object.
male object
Weight object
The weight of the object.
18-24 object
Instagram followers gender distribution object
female object
Weight object
The weight of the object.
male object
Weight object
The weight of the object.
25-34 object
Instagram followers gender distribution object
female object
Weight object
The weight of the object.
male object
Weight object
The weight of the object.
35-44 object
Instagram followers gender distribution object
female object
Weight object
The weight of the object.
male object
Weight object
The weight of the object.
45-64 object
Instagram followers gender distribution object
female object
Weight object
The weight of the object.
male object
Weight object
The weight of the object.
countries object[]
An array of country distributions.
The name of the country.
The ISO 3166-1 alpha-2 code of the country.
The weight of the country.
languages object[]
An array of language distributions.
The name of the language.
The ISO 639 language code of the language.
The weight of the language.
interests object[]
An array of interest distributions.
The name of the interest.
The weight of the interest.
notable_users object[]
A list of notable users
brand_affinity object[]
A list of Brand affinity
Possible values: [art_and_design, automobiles, beauty, beverages, books_and_literature, career_and_business, children_toys_and_games, diy, e_commerce, education, events_and_entertainment, fashion, finance_and_insurance, food, gardening_and_outdoor, health_and_fitness, hobbies_and_crafts, home_and_living, home_appliences, legal_services, mobile_games, news, non_profit_and_charity, office_supplies, parenting_and_family_products, personal_development, pets, photography, podcasts, real_estate, social_media_tools, sports_and_outdoor_activities, streaming, subscription_box, technology, travel, video_games, wedding]
The categories of the influencer.
Possible values: [eco_friendly, no_animal_testing, halal, kosher, vegan, vegetarian, lgbtq, diverse_leadership]
The restrictions of the influencer.
An array of photo URLs of the influencer.
The minimum budget of the influencer.
Whether the influencer has image generation available.
Returns true if influencer content is masked according to ToC policy.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"first_name": "string",
"last_name": "string",
"avatar": "string",
"has_meta_tag": true,
"instagram": {
"username": "string",
"following_count": 0,
"follower_count": 0,
"followers": {
"credibility": {
"mass_followers": {
"weight": 0
},
"suspicious": {
"weight": 0
},
"influencers": {
"weight": 0
},
"real": {
"weight": 0
}
},
"genders": {
"female": {
"weight": 0
},
"male": {
"weight": 0
}
},
"genders_ages": {
"13-17": {
"female": {
"weight": 0
},
"male": {
"weight": 0
}
},
"18-24": {
"female": {
"weight": 0
},
"male": {
"weight": 0
}
},
"25-34": {
"female": {
"weight": 0
},
"male": {
"weight": 0
}
},
"35-44": {
"female": {
"weight": 0
},
"male": {
"weight": 0
}
},
"45-64": {
"female": {
"weight": 0
},
"male": {
"weight": 0
}
}
},
"countries": [
{
"name": "string",
"code": "string",
"weight": 0
}
],
"languages": [
{
"name": "string",
"code": "string",
"weight": 0
}
],
"interests": [
{
"name": "string",
"weight": 0
}
],
"notable_users": [
{
"url": "string",
"username": "string",
"full_name": "string",
"picture_url": "string"
}
],
"brand_affinity": [
{
"name": "string",
"picture_url": "string"
}
]
}
},
"categories": [
"art_and_design"
],
"restrictions": [
"eco_friendly"
],
"photo_urls": [
"string"
],
"minimum_budget": "string",
"imgen_available": true,
"masked": true
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
The error code
A human-readable error message
{
"code": 0,
"message": "string"
}