Skip to content

Search Intros

The HookSounds Intros API allows you to fetch intros directly from our catalog.

This API is accessed via the edd-api Intros endpoint:

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

By default, the API returns 10 results per page for intros 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/intros/?key=KEY&token=TOKEN&page=2

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

https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&page=2&number=20

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

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

To filter intros by tag, use the tag parameter. You can provide either the tag ID or the slug. You can also pass a comma-separated list of tags.

Example using ID

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

Using pagination

https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&page=2&tag=47074

Using the slug

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

Using multiple tags

https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&tag=47074,47155,47110

To retrieve a list of all tags:

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

To filter by duration (in seconds), use minDuration and maxDuration. They can be used together or separately.

https://www.hooksounds.com/edd-api/intros/?key=KEY&token=TOKEN&minDuration=10&maxDuration=18