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
| Name | Description | Type | Example |
|---|---|---|---|
genre | Genre path | string | pop |
Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | tracks | false |
view | minimal | false |
view[stations] | minimal | false |
view[songs] | minimal | false |
limit[tracks] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | StationResponse |
404 Not Found | application/json | ErrorResponse |