User info by username(Basic)
GET/webget_user_id/:username
Fetch user_id(pk), followers, followings, media count & other basic details by using username.
Requestā
Path Parameters
username anyrequired
Responsesā
- 200
Success response
- application/json
- Schema
- ExampleResponse
Schema
- any
{
"data": {
"id": "192151340",
"username": "thegoodquote",
"full_name": "The Good Quote",
"followers": 24301692,
"followings": 38,
"biography": "š Break self-sabotage cycles and find your strength. \nš Pre-order How to Stop Breaking Your Own Heart + receive free gifts.",
"external_url": "https://howtostopbreakingyourownheart.com/",
"bio_links": [
{
"title": "",
"lynx_url": "https://l.instagram.com/?u=https%3A%2F%2Fhowtostopbreakingyourownheart.com%2F&e=AT1cAhj68NbDjC2WSdoHJTgfEFSM2OVRqFsbTW_ThZLz3JqusZ8zeFH-M5nY8Rxh95S6j2XAKx1kHyug9Dqt1oXJhlzXabGc",
"url": "https://howtostopbreakingyourownheart.com",
"link_type": "external"
}
],
"is_business_account": true,
"is_professional_account": true,
"is_private": false,
"is_verified": false,
"is_verified_by_mv4b": false,
"profile_pic_url": "https://instagram.fbhx2-2.fna.fbcdn.net/v/t51.2885-19/103649318_649904242534100_5775310368121173844_n.jpg?stp=dst-jpg_s150x150&_nc_ht=instagram.fbhx2-2.fna.fbcdn.net&_nc_cat=1&_nc_ohc=VJM1GE1puYYAX8kABLP&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfCwAdrp96IJGH7hXVyijhAhlL9XK4JzWVLjo9efxJE9uw&oe=66017449&_nc_sid=8b3546",
"profile_pic_url_hd": "https://instagram.fbhx2-2.fna.fbcdn.net/v/t51.2885-19/103649318_649904242534100_5775310368121173844_n.jpg?stp=dst-jpg_s320x320&_nc_ht=instagram.fbhx2-2.fna.fbcdn.net&_nc_cat=1&_nc_ohc=VJM1GE1puYYAX8kABLP&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfD7DW0cIquqT7qVToNgDZOzibKqfcpjHHHSX7HB6BWs8g&oe=66017449&_nc_sid=8b3546",
"pronouns": [],
"post_count": 1298,
"eimu_id": "106885087367661"
},
"status": "ok",
"message": null
}
Loading...