# Instagram Music Trending API (https://www.socialcrawl.dev/platforms/instagram/music-trending) > Returns the audio tracks currently trending on Instagram. Each track includes its title, artist, audio and cover-artwork URLs, and usage metadata — useful for spotting sounds to ride for reach. Takes no parameters. TL;DR: `GET /v1/instagram/music/trending` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Code example ```bash curl "https://www.socialcrawl.dev/v1/instagram/music/trending" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get trending Instagram audio with an API? Send a GET request to /v1/instagram/music/trending. It takes no parameters and returns a JSON array of the audio tracks currently trending on Instagram, each with title, artist, audio and cover URLs, and usage metadata. ### Why would I track trending Instagram sounds? Reels that ride a trending sound early tend to get more reach. Polling this endpoint lets you spot rising audio and brief creators before the sound peaks. ### Does this endpoint take any parameters? No. There are no required or optional parameters. One GET request returns the current trending set, so you can poll it on a schedule to watch how it shifts. ### How do I then find reels using a trending sound? Each track carries its audio id. Pass that id to /v1/instagram/audio/reels to pull the reels already using the sound and gauge how fast it is spreading. ### How much does the Instagram Trending Music API cost? This is an advanced endpoint at 5 credits per request. New accounts get 100 free credits, so you can poll it around 20 times before deciding to top up. See the full Instagram API: https://www.socialcrawl.dev/platforms/instagram ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get the sounds trending on Instagram right now with an API - Instagram trending music API for sound discovery and reach