/datasets/{dataset_id}/editions/{edition}/versions/{version}/json
GET
This endpoint will be deprecated autumn 2023. This gets observations for a census dataset, with capability to flex and filter the data to the users need. If no area-type or dimension parameters are supplied then observations for the default area-type and dimensions are returned.
Parameters
| Name | Type | Description |
|---|---|---|
| dataset_id | path | Id that represents a dataset |
| edition | path | An edition of a dataset |
| version | path | A version of a dataset |
| area-type | query | The name of the area-type dimension that is being flexed, e.g. country |
Responses
200: Json object containing all metadata for a version
Example value
{
"dimensions": [
{
"name": {},
"options": [
{
"href": "string",
"id": "string"
}
]
}
],
"links": {
"dataset_metadata": {
"href": "string",
"id": "string"
},
"self": {
"href": "string",
"id": "string"
},
"version": {
"href": "string",
"id": "string"
}
},
"observations": [
0
],
"total_observations": 0
}