Albums
Get Multiple Albums by UPC
Fetch one or more albums by UPC.
Endpoint
GET /albums
Endpoint reference: getAlbums
Required Query Parameter
| Name | Description | Type | Example |
|---|---|---|---|
upc | Comma-separated UPC values | string | 602547673951,888430877625 |
Optional Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | artists, tracks | false |
view | minimal | false |
view[albums] | minimal | false |
view[artists] | minimal | false |
view[songs] | minimal | false |
limit[artists] | 1-25 | false |
limit[tracks] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | AlbumListResponse |
400 Bad Request | application/json | ErrorResponse |