---
title: "Get album by platform ID"
method: GET
path: "/api/v2.26/album/by-platform/{platform}/{identifier}"
tags: ["Album"]
---

# Get album by platform ID

`GET /api/v2.26/album/by-platform/{platform}/{identifier}`

## Path parameters

- `platform` string, required
- `identifier` string, required

## Response `200`

An Album response

- AlbumResponse
  - `type` string
  - `object` Album
    - `name` string
    - `creditName` string
    - `genres` Genre[]
      - `root` string
      - `sub` string[]
    - `artists` ArtistLight[]
      - `uuid` string
      - `slug` string
      - `name` string
      - `appUrl` string
      - `imageUrl` string
    - `upc` string
    - `releaseDate` string, date-time
    - `label` string
    - `totalTracks` integer
    - `copyright` string
    - `distributor` string
    - `imageUrl` string
    - `uuid` string
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `400` — Invalid platform code
- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Album not found

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/versions/3c3527dd7996/schema)
