/datasets/{id}

GET

The dataset contains all high level information, for additional details see editions or versions of a dataset.

Parameters

Name Type Description
id path ID that represents a dataset

Responses

200: A json object for a single Dataset

Example value
{
  "canonical_topic": "7779",
  "collection_id": "666c06bc09d337ab9d164c82f8f383c081a4e38cbd91b79d4a23ea0025fecb3f",
  "contacts": [
    {
      "email": "example@ons.gov.uk",
      "name": "Expert Statistical Team",
      "telephone": "+44 1234 111111"
    }
  ],
  "description": "This dataset contains some very interesting data about the UK.",
  "id": "my-dataset",
  "is_based_on": {
    "id": "Usual-Residents",
    "type": "cantabular_table"
  },
  "keywords": [
    "Inflation"
  ],
  "last_updated": "2025-02-05T17:12:13.877Z",
  "license": "Open Government Licence v3.0",
  "links": {
    "editions": {
      "href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions"
    },
    "latest_edition": {
      "href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017"
    },
    "latest_version": {
      "href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017/versions/5",
      "id": "5"
    },
    "self": {
      "href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset"
    },
    "taxonomy": {
      "href": "https://www.ons.gov.uk/theme/topic"
    }
  },
  "methodologies": [
    {
      "description": "This is a description of the linked resource.",
      "href": "https://www.ons.gov.uk/my-related-page",
      "title": "Related Link Title"
    }
  ],
  "national_statistic": true,
  "next_release": "To be announced",
  "publications": [
    {
      "description": "This is a description of the linked resource.",
      "href": "https://www.ons.gov.uk/my-related-page",
      "title": "Related Link Title"
    }
  ],
  "publishers": [
    {
      "href": "https://www.ons.gov.uk",
      "name": "Office for National Statistics"
    }
  ],
  "qmi": {
    "href": "https://www.ons.gov.uk/businessindustryandtrade/retailindustry/methodologies/retailsalesindexrsiqmi"
  },
  "related_content": [
    {
      "description": "This is a description of the linked resource.",
      "href": "https://www.ons.gov.uk/my-related-page",
      "title": "Related Link Title"
    }
  ],
  "related_datasets": [
    {
      "description": "This is a description of the linked resource.",
      "href": "https://www.ons.gov.uk/my-related-page",
      "title": "Related Link Title"
    }
  ],
  "release_frequency": "Monthly",
  "state": "published",
  "subtopics": [
    "7755"
  ],
  "survey": "census",
  "title": "Consumer Prices Index",
  "topics": [
    "7779",
    "7755"
  ],
  "type": "static",
  "unit_of_measure": "Number of people"
}

404: No dataset was found using the id provided

500: Failed to process the request due to an internal error