Stations
Get the Popular Station
Fetch the dynamic station seeded by popular tracks.
Endpoint
GET /stations/popular
Endpoint reference: getPopularStation
This station is a dynamic playlist built from the server's popular tracks.
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 |