Skip to content

Search tracks

The HookSounds Music Tracks API allows you to fetch tracks directly from our catalog.

This API is accessed via the edd-api endpoint:

https://www.hooksounds.com/edd-api/?key=KEY&token=TOKEN

By default, the API returns 10 results per page for track queries.
If the total number of results exceeds this limit, you can retrieve additional pages using the page parameter.

https://www.hooksounds.com/edd-api/products/?key=YOUR_API_KEY&token=YOUR_TOKEN&page=2

You can also adjust the number of results returned per page using the number parameter.

https://www.hooksounds.com/edd-api/products/?key=YOUR_API_KEY&token=YOUR_TOKEN&number=25

If you want to make a text search you can use the s parameter:

https://www.hooksounds.com/edd-api/products/?key=KEY&token=TOKEN&s=query

To filter results for a certain BPM range, you can use the minBpm and maxBpm parameters.

https://www.hooksounds.com/edd-api/products/?key=KEY&token=TOKEN&minBpm=80&maxBpm=120