get
https://api.soundstripe.com/v1/tags
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve the published tags available for filtering songs. Results are paginated and sorted alphabetically by tag name.
Use filter[category] to limit results to one category: characteristic, genre, instrument, or mood.
curl --get "https://api.soundstripe.com/v1/tags" \
-H "Authorization: Token YOUR_API_KEY" \
-H "Accept: application/vnd.api+json" \
--data-urlencode "filter[category]=genre"The response returns tags in data and pagination links in the top-level links object. Tag IDs and names can both be used by the song tag filters.