Logo
Modash API Documentation

Get Influencer report

GET {{baseUrl}}/v1/tiktok/profile/:userId/report

Influencer contact details are not enabled by default. Contact us to unlock this data for free.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "profile": { "userId": "1110101", "hashtags": [ { "tag": "", "weight": 0.1 }, { "tag": "", "weight": 0.1 } ], "mentions": [ { "tag": "", "weight": 0.1 }, { "tag": "", "weight": 0.1 } ], "statHistory": [ { "month": "2019-05", "followers": 1000, "following": 1000, "avgLikes": 1000, "avgViews": 1000, "avgComments": 1000 }, { "month": "2019-05", "followers": 1000, "following": 1000, "avgLikes": 1000, "avgViews": 1000, "avgComments": 1000 } ], "postsCount": 37, "interests": [ { "id": 1, "name": "" }, { "id": 1, "name": "" } ], "lookalikes": [ { "username": "instagram", "url": "https://www.instagram.com/instagram/", "picture": "https://imgigp.modash.io/?https://scontent-arn2-1.cdninstagram.com/t51.2885-19/s320x320/22159423_1794482210565499_9190891265074397184_n.jpg", "followers": 313560626, "engagements": 857994, "userId": "4333460164", "fullname": "Instagram" }, { "username": "instagram", "url": "https://www.instagram.com/instagram/", "picture": "https://imgigp.modash.io/?https://scontent-arn2-1.cdninstagram.com/t51.2885-19/s320x320/22159423_1794482210565499_9190891265074397184_n.jpg", "followers": 313560626, "engagements": 857994, "userId": "4333460164", "fullname": "Instagram" } ], "audienceLikers": { "credibility": 0.75, "notable": 0.07, "genders": [ { "code": "", "weight": 0.07 }, { "code": "", "weight": 0.07 } ], "geoCities": [ { "name": "", "weight": 0.07 }, { "name": "", "weight": 0.07 } ], "geoCountries": [ { "name": "", "weight": 0.07, "code": "" }, { "name": "", "weight": 0.07, "code": "" } ], "ages": [ { "code": "", "weight": 0.07 }, { "code": "", "weight": 0.07 } ], "gendersPerAge": [ { "code": "", "male": 0.07, "female": 0.07 }, { "code": "", "male": 0.07, "female": 0.07 } ], "brandAffinity": [ { "name": "", "weight": 0.07 }, { "name": "", "weight": 0.07 } ], "interests": [ { "name": "", "weight": 0.07 }, { "name": "", "weight": 0.07 } ], "languages": [ { "code": "th", "name": "Thail
Curl
curl -X GET 'https://api.modash.io/v1/tiktok/profile/:userId/report' -H 'Accept: application/json'

ENDPOINTS