Logo

Docs

Stations

Get a Genre Station

Fetch the dynamic station seeded by a genre.

Endpoint

GET /stations/genre/{genre}

Endpoint reference: getGenreStation

Genre stations are dynamic playlists seeded from a genre path.

Path Parameters

NameDescriptionTypeExample
genreGenre pathstringpop

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