Overview

Sections

Theme switcher

Get Tracks

Header Parameters

StoreIdstring Required

API Key provided by Tuned Global for accessing the service.

Query Parameters

offsetinteger

The 1-based row to start from; defaults to 1.

countinteger

How many rows to return; defaults to 10.

Path Parameters

idinteger Required

The playlist ID whose tracklist you want. Works for both fixed and dynamic playlists - for a dynamic one the tracks are resolved against the caller's content languages at request time, so two listeners can see different rows.

Response

200
Object

One page of tracks in playlist order - use PlaylistTrackId, never TrackId, when you later remove or reorder a row, because the same song can legitimately appear twice.

Response Attributes

Offsetinteger

starting offset of this set

Totalinteger

total number of results in the parent set we are paging through

Countinteger

number of results in this set

Resultsarray

the actual results

Show child attributes

404
Object

The playlist has no tracks playable in this market, or does not exist.

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?