---
title: "Get an edition of a dataset"
method: GET
path: "/datasets/{id}/editions/{edition}"
tags: ["Public"]
---

# Get an edition of a dataset

`GET /datasets/{id}/editions/{edition}`

Get the latest version of a dataset edition.

## Path parameters

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

## Response `200`

A json object containing the latest version of the edition

## Other responses

- `400` — Invalid request, dataset id was incorrect
- `404` — No edition of a dataset was found using the id and edition provided
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/explore-our-data.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/explore-our-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/explore-our-data/revisions/269ed359fb27/schema)
