List tags

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Query Params
string

Category of tags to filter by. One of: characteristic, genre, instrument, or mood.

int32
1 to 100
Defaults to 10

Number of results to return per page, from 1 to 100.

int32
≥ 1
Defaults to 1

One-indexed page number to return.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json