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=TOKENPaging Parameters
Section titled “Paging Parameters”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=2You 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=25Filters
Section titled “Filters”Text search
Section titled “Text search”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=queryTo 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