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 one curated playlist by ID. The response identifies the playlist's related media and playlist categories; use include to return the full related resources in included.
Supported include values are songs, songs.artists, songs.audio_files, sound_effects, and playlist_categories. For song playlists, use page[size] and page[number] to select the related-song page returned with the playlist.
curl --get "https://api.soundstripe.com/v1/playlists/7457" \
-H "Authorization: Token YOUR_API_KEY" \
-H "Accept: application/vnd.api+json" \
--data-urlencode "include=songs,songs.audio_files"