Skip to main content
GET
Reels
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

user_id
string

Instagram user id. Use this for faster response times.

Example:

"2700692569"

handle
string

Instagram handle. Use user_id for faster response times.

Example:

"opi"

max_id
string

Max id to get more reels. Get 'max_id' from previous response.

Example:

"QVFCVzNnS2lI...=="

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

Key Response Fields:

  • data.items[0].media.pk: Unique reel ID
  • data.items[0].media.code: Reel shortcode (used in the URL as instagram.com/reel/{code})
  • data.items[0].media.play_count: Total view/play count
  • data.items[0].media.video_duration: Duration of the reel in seconds
  • data.items[0].media.has_audio: Whether the reel has audio
  • data.items[0].media.image_versions2.candidates[0].url: Thumbnail image URL
  • data.items[0].media.video_versions[0].url: Video download URL
  • data.paging_info.max_id: Pagination cursor — pass as max_id to get the next page
  • data.paging_info.more_available: Whether more reels are available