User Reels
GET {{baseUrl}}/v1/raw/ig/user-reels?url=<string>&after=<string>
Get users reels
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | (Required) Username (@handle) or user id | |
after
|
string | (Required) |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"items": [
{
"pk": "<string>",
"can_viewer_reshare": "<boolean>",
"caption": {
"text": "<string>"
},
"code": "<string>",
"comment_count": "<number>",
"like_count": "<number>",
"media_type": "<number>",
"product_type": "<string>",
"taken_at": "<number>",
"user": {
"pk": "<string>",
"profile_pic_url": "<string>",
"username": "<string>",
"full_name": "<string>",
"is_private": false,
"is_verified": false
},
"carousel_media_count": "<number>",
"carousel_media": [
{
"pk": "<string>",
"display_url": "<string>",
"image_versions2": {
"candidates": [
{
"width": "<number>",
"height": "<number>",
"url": "<string>"
},
{
"width": "<number>",
"height": "<number>",
"url": "<string>"
}
]
},
"has_audio": "<boolean>",
"is_dash_eligible": "<number>",
"number_of_qualities": "<number>",
"video_dash_manifest": "<string>",
"video_url": "<string>"
},
{
"pk": "<string>",
"display_url": "<string>",
"image_versions2": {
"candidates": [
{
"width": "<number>",
"height": "<number>",
"url": "<string>"
},
{
"width": "<number>",
Curl curl -X GET 'https://api.modash.io/v1/raw/ig/user-reels?url=<string>&after=<string>?url=<string>&after=<string>' -H 'Accept: application/json' ENDPOINTS |