get
https://api.soundstripe.com/v1/playlists
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve a paginated collection of curated playlists. By default, the endpoint returns song playlists; set filter[media_type]=sound_effects to return sound-effect playlists.
Use the include parameter to add related resources to the top-level included array. Supported values are songs, songs.artists, songs.audio_files, sound_effects, and playlist_categories. When including songs, use filter[include_alternate_audio_files]=true to include all of each song's audio files instead of only its primary file.
curl --get "https://api.soundstripe.com/v1/playlists" \
-H "Authorization: Token YOUR_API_KEY" \
-H "Accept: application/vnd.api+json" \
--data-urlencode "include=songs,songs.artists,playlist_categories" \
--data-urlencode "page[size]=10"