User Followers Feed
GET {{baseUrl}}/v1/raw/ig/user-followers-feed?url=nostrud proident qui eu Lorem&after=nostrud proident qui eu Lorem
Get user followers feed
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | (Required) Username (@handle), user id, or url | |
after
|
string | Use `end_cursor` from the last page to get the next page |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"items": [
{
"pk": "aliqua",
"username": "ullamco fugiat Excepteur culpa",
"full_name": "sint officia consectetur sunt",
"is_private": false,
"is_verified": true,
"profile_pic_url": "fugiat Lorem",
"has_highlight_reels": false,
"has_anonymous_profile_picture": false,
"latest_reel_media": 70812236.26036826
},
{
"pk": "enim adipisicing",
"username": "in sit",
"full_name": "veniam anim irure",
"is_private": true,
"is_verified": true,
"profile_pic_url": "minim",
"has_highlight_reels": false,
"has_anonymous_profile_picture": false,
"latest_reel_media": 74012749.75020221
}
],
"more_available": false,
"end_cursor": "aliqua Excepteur"
} |
ENDPOINTS