Songs
Get Multiple Songs by ISRC
Fetch one or more songs by ISRC using the songs lookup endpoint.
Endpoint
GET /songs
Endpoint reference: getSongs
Use this form when you want song lookup by external recording code instead of internal id.
Required Query Parameter
| Name | Description | Type | Example |
|---|---|---|---|
isrc | Comma-separated ISRC values | string | USRC17607839,GBARL0600786 |
Optional Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | albums, artists, lyrics | false |
view | minimal | false |
view[songs] | minimal | false |
view[albums] | minimal | false |
view[artists] | minimal | 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 |