Logo

Docs

Stations

Get an Artist Station

Fetch the dynamic station seeded by a specific artist.

Endpoint

GET /stations/artist/{id}

Endpoint reference: getArtistStation

Artist stations are dynamic playlists seeded from an artist.

Path Parameters

NameDescriptionTypeExample
idArtist idstringartist_123

Query Parameters

Scoped parameters like view[...] and limit[...] can shape included relationships.

NameValuesRequired
langlocale stringfalse
includetracksfalse
viewminimalfalse
view[stations]minimalfalse
view[songs]minimalfalse
limit[tracks]1-25false

Responses

StatusContent TypeResponse
200 OKapplication/jsonStationResponse
404 Not Foundapplication/jsonErrorResponse

On this page