---
title: "Get an edition"
method: GET
path: "/code-lists/{id}/editions/{edition}"
tags: ["Code List"]
---

# Get an edition

`GET /code-lists/{id}/editions/{edition}`

Get information about an edition of a code list

## Path parameters

- `id` string, required
- `edition` string, required

## Response `200`

Json object containing information about the code list

- Edition
  - `edition` string — The edition
  - `label` string — A label used by the edition
  - `links` object
    - `self` SelfHref
      - `id` string — The id of the resource
      - `href` string — The URL to the resource
    - `codes` Href
      - `href` string — The URL to the resource
    - `editions` Href
      - `href` string — The URL to the resource

## Other responses

- `404` — Edition not found
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.dev/office-of-national-statistics/apis/code-list-api.md) · [All operations](https://skmtc.dev/office-of-national-statistics/apis/code-list-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/office-of-national-statistics/code-list-api/revisions/708c5ef92f03/schema)
