List playlist categories

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

Retrieve the published categories for curated song playlists. Results are paginated. The API currently supports song playlist categories only: omit filter[media_type] or set it to songs.

curl "https://api.soundstripe.com/v1/playlist_categories?filter%5Bmedia_type%5D=songs" \
  -H "Authorization: Token YOUR_API_KEY" \
  -H "Accept: application/vnd.api+json"
Query Params
int32
Defaults to 10

The number of Playlist Categories to return from 1-100.

int32
Defaults to 1

The desired page number, one-indexed.

string
enum

Only songs is supported. Omit this parameter or set it to songs.

Allowed:
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