Overview

Sections

Theme switcher

Get Tracks

Header Parameters

StoreIdstring Required

API Key provided by Tuned Global for accessing the service.

Authorizationstring Required

Bearer access token. Its scopes authorize the request and identify the user the station is created for.

Query Parameters

countinteger

The number of rows to return. Default is 10

trackHashstring

A token representing the current track list. Pass the value from a previous response to refresh or continue the list.

Path Parameters

idstring Required

The ID of the station to get tracks for.

Response

200
Object

OK

Response Attributes

StationTrackIdnumber

The ID of this track within the station.

TrackIdnumber

The track's unique ID.

ArtistIdnumber

The primary artist's ID.

ReleaseIdnumber

The release/album ID.

Trackobject

Full track metadata (title, artists, artwork, etc.).

Show child attributes

Durationnumber

Duration of the track, in seconds.

HasPlayedboolean

Whether the track has already been played in this station for the user.

Votestring

The user's vote on this track — Liked, Disliked, or null if not voted.

401
Object

Unauthorized

403
Object

Forbidden

404
Object

No tracks are available for the station.

Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?