Private
Create a dataset (deprecated)
Deprecated: This endpoint is being replaced by POST /datasets. Please use POST /datasets and provide the dataset ID in the request body. This endpoint may be removed in a future release.
post/datasets/{id}
Path parameters
idstring required
ID that represents a dataset
Request body
Example request
{
"id": "my-dataset",
"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.",
"is_based_on": {
"id": "Usual-Residents",
"type": "cantabular_table"
},
"keywords": [
"Inflation"
],
"links": {
"editions": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions"
},
"latest_version": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017/versions/5",
"id": "5"
},
"latest_edition": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017"
},
"self": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset"
},
"taxonomy": {
"href": "https://www.ons.gov.uk/theme/topic"
}
},
"methodologies": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"next_release": "To be announced",
"publications": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"qmi": {
"href": "https://www.ons.gov.uk/businessindustryandtrade/retailindustry/methodologies/retailsalesindexrsiqmi"
},
"related_datasets": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"related_content": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"release_frequency": "Monthly",
"state": "published",
"subtopics": [
"7755"
],
"survey": "census",
"title": "Consumer Prices Index",
"topics": [
"7779",
"7755"
],
"type": "static",
"unit_of_measure": "Number of people"
}Response
A json object containing a dataset which has been created
Example response
{
"id": "DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC",
"current": {
"collection_id": "666c06bc09d337ab9d164c82f8f383c081a4e38cbd91b79d4a23ea0025fecb3f",
"type": "static",
"id": "my-dataset",
"canonical_topic": "7779",
"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.",
"is_based_on": {
"id": "Usual-Residents",
"type": "cantabular_table"
},
"keywords": [
"Inflation"
],
"links": {
"editions": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions"
},
"latest_version": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017/versions/5",
"id": "5"
},
"latest_edition": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017"
},
"self": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset"
},
"taxonomy": {
"href": "https://www.ons.gov.uk/theme/topic"
}
},
"methodologies": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"next_release": "To be announced",
"publications": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"qmi": {
"href": "https://www.ons.gov.uk/businessindustryandtrade/retailindustry/methodologies/retailsalesindexrsiqmi"
},
"related_datasets": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"related_content": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"release_frequency": "Monthly",
"state": "published",
"subtopics": [
"7755"
],
"survey": "census",
"title": "Consumer Prices Index",
"topics": [
"7779",
"7755"
],
"unit_of_measure": "Number of people"
},
"next": {
"collection_id": "666c06bc09d337ab9d164c82f8f383c081a4e38cbd91b79d4a23ea0025fecb3f",
"type": "static",
"id": "my-dataset",
"canonical_topic": "7779",
"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.",
"is_based_on": {
"id": "Usual-Residents",
"type": "cantabular_table"
},
"keywords": [
"Inflation"
],
"links": {
"editions": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions"
},
"latest_version": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017/versions/5",
"id": "5"
},
"latest_edition": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset/editions/july-september-2017"
},
"self": {
"href": "https://api.beta.ons.gov.uk/v1/datasets/my-dataset"
},
"taxonomy": {
"href": "https://www.ons.gov.uk/theme/topic"
}
},
"methodologies": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"next_release": "To be announced",
"publications": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"qmi": {
"href": "https://www.ons.gov.uk/businessindustryandtrade/retailindustry/methodologies/retailsalesindexrsiqmi"
},
"related_datasets": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"related_content": [
{
"href": "https://www.ons.gov.uk/my-related-page",
"title": "Related Link Title",
"description": "This is a description of the linked resource."
}
],
"release_frequency": "Monthly",
"state": "published",
"subtopics": [
"7755"
],
"survey": "census",
"title": "Consumer Prices Index",
"topics": [
"7779",
"7755"
],
"unit_of_measure": "Number of people"
}
}