Logo
Modash API Documentation

Get Influencer Report

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

To protect our enterprise customers, influencer contact details are not enabled by default. Contact us to unlock them 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 } ], "interests": [ { "id": 1, "name": "" }, { "id": 1, "name": "" } ], "brandAffinity": [ { "id": 1, "name": "" }, { "id": 1, "name": "" } ], "sponsoredPosts": [ { "id": "quis esse non tempor", "text": "cillum exercitation irure", "url": "amet", "created": "eiusmod proident", "thumbnail": "tempor aute amet exercitation adipisicing", "likes": 17102998.88684447, "comments": 7913408.255967319, "views": 54897254.3489379, "mentions": [ -66567773.233360454, -16725813.792980567 ], "hashtags": [ "eu tempor occaecat", "mollit tempor ullamco" ], "video": "cupidatat fugiat", "image": "voluptate ad sed" }, { "id": "dolore non nisi aute", "text": "proident nulla tempor", "url": "reprehenderit ut in", "created": "ullamco Excepteur ad", "thumbnail": "amet proident", "likes": 92682935.96616393, "comments": -66943493.79981066, "views": 79341570.49437806, "mentions": [ 41761542.593260646, 52967061.10284144 ], "hashtags": [ "consectetur amet sed", "adipisicing laborum enim proident dolore" ], "video": "laboris do el", "image": "proident voluptate cillum adipisicing" } ], "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 } ], "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"
Curl
curl -X GET 'https://api.modash.io/v1/instagram/profile/:userId/report' -H 'Accept: application/json'

ENDPOINTS