Skip to main content
GET
Get user reels

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

username
string
required

Instagram username (with or without @ symbol)

Example:

"khaby00"

Query Parameters

count
integer
default:8

Number of reels to fetch (maximum: 8 — Instagram enforces this server-side)

Required range: 1 <= x <= 8
Example:

8

cursor
string

Pagination cursor

Example:

"0"

Response

Returns the user reels

data
object
required