---
title: "Get song by ISRC"
method: GET
path: "/api/v2.25/song/by-isrc/{isrc}"
tags: ["Song"]
---

# Get song by ISRC

`GET /api/v2.25/song/by-isrc/{isrc}`

## Path parameters

- `isrc` string, required

## Response `200`

A song response

- SongResponse3
  - `type` string
  - `object` Song3
    - `uuid` string
    - `name` string
    - `isrc` Isrc
      - `value` string
      - `countryCode` string
      - `countryName` string
    - `iswcs` string[]
    - `creditName` string
    - `artists` ArtistLight[]
      - `uuid` string
      - `slug` string
      - `name` string
      - `appUrl` string
      - `imageUrl` string
    - `mainArtists` ArtistLight[]
      - `uuid` string
      - `slug` string
      - `name` string
      - `appUrl` string
      - `imageUrl` string
    - `releaseDate` string, date-time
    - `copyright` string
    - `appUrl` string
    - `imageUrl` string
    - `duration` integer
    - `explicit` boolean
    - `genres` Genre[]
      - `root` string
      - `sub` string[]
    - `composers` string[]
    - `producers` string[]
    - `labels` Label4[]
      - `name` string
      - `type` string
    - `audio` Audio
      - `acousticness` number
      - `danceability` number
      - `energy` number
      - `instrumentalness` number
      - `key` integer
      - `liveness` number
      - `loudness` number
      - `mode` integer
      - `speechiness` number
      - `tempo` number
      - `timeSignature` integer
      - `valence` number
    - `languageCode` string
    - `distributor` string
    - `credits` Collaborator2[]
      - `uuid` string
      - `name` string
      - `roles` string[]
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `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` — Song not found
- `410` — ISRC Blacklisted due to multiple tracks identified from DSP

---

[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/revisions/3c3527dd7996/schema)
