---
title: "Get work by ISWC"
method: GET
path: "/api/v2/work/by-iswc/{iswc}"
tags: ["Work"]
---

# Get work by ISWC

`GET /api/v2/work/by-iswc/{iswc}`

## Path parameters

- `iswc` string, required

## Response `200`

A work response

- WorkResponse
  - `type` string
  - `object` Work
    - `uuid` string
    - `name` string
    - `iswc` string
    - `writers` Writer[]
      - `uuid` string
      - `name` string
      - `role` string
    - `publishers` Publisher2[]
      - `uuid` string
      - `name` string
      - `share` number
      - `adminPublisher` AdminPublisher
        - `uuid` string
        - `name` string
        - `share` number
      - `relatedWriters` Writer[]
        - `uuid` string
        - `name` string
        - `role` 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` — Work 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)
