CHARTEX
  • Sounds
  • Songs
  • Artists
  • Creators
Login
Login
  • Sounds
  • Songs
  • Artists
  • Creators
  • API Dashboard
  • Getting Started
Endpoints
    • Chart
      • Add / Track
      • Stats
        • Sounds
        • Reels
Reference
  • Error Codes
  • FAQ
Terms & Policies
  • Terms
  • Contact
© 2026 Chartex
API Docs
SongsInstagram Sounds

Sign in to try the API directly from this page.

GET/external/v1/songs/{platform_id}/{platform}/instagram-sounds/

Song Instagram Sounds Stats

Path Parameters

Required
The unique identifier for a song from any supported platform
String

• TikTok sound ID (e.g., 7561952744116357137)

• Spotify track ID (e.g., 4CgS09PVVpogWXX4VyDYJ3)

• Instagram sound ID (e.g., 613780965138542)

• YouTube video ID (e.g., 3sur4BmjQt8)

• Shazam track ID (numeric ID from /track/ URL only)

Required
The platform where the song ID originates from
String

Available options

Query Parameters

Field to sort results by
String

Default value is `instagram_last_7_days_video_count`

Available options

Page number for pagination
Integer

Possible Values: Any positive integer.

Number of items per page
String

Possible Values: 1-100. Default value is `20`.

Returns sounds linked to the song on or after the specified date. Use this to fetch only new matches.
String

Date format: YYYY-MM-DD (e.g., 2025-11-25). Default: none.

Try It Out

Required: platform_id, platform