Songs
Get All Songs
Browse songs from the songs endpoint.
Endpoint
GET /songs
Endpoint reference: getSongs
Use this form when you want to browse songs instead of looking them up by
ids, omm_ids, or isrc.
Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string like en-US | false |
include | albums, artists, lyrics | false |
view | minimal | false |
view[songs] | minimal | false |
view[albums] | minimal | false |
view[artists] | minimal | false |
limit | 1-25 | false |
offset | 0+ | false |
sort | name, -name, date_released, -date_released, date_added, -date_added | false |
filter[genres] | comma-separated genres | false |
limit[albums] | 1-25 | false |
limit[artists] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | SongListResponse |
400 Bad Request | application/json | ErrorResponse |