metadata[0].updated as meta.data_time. When the body is omitted or empty, Sugra auto-builds a top 12 query over the time dimension using every ContentsCode value from the schema.x-api-key: ********************{
"query": [
{
"code": "VareTjenesteGrp",
"selection": {
"filter": "item",
"values": [
"00"
]
}
},
{
"code": "ContentsCode",
"selection": {
"filter": "item",
"values": [
"Tolvmanedersendring"
]
}
},
{
"code": "Tid",
"selection": {
"filter": "top",
"values": [
"6"
]
}
}
],
"response": {
"format": "json"
}
}curl --location '/api/v1/statistical-agencies/ssb/data/14700' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"query": [
{
"code": "VareTjenesteGrp",
"selection": {
"filter": "item",
"values": [
"00"
]
}
},
{
"code": "ContentsCode",
"selection": {
"filter": "item",
"values": [
"Tolvmanedersendring"
]
}
},
{
"code": "Tid",
"selection": {
"filter": "top",
"values": [
"6"
]
}
}
],
"response": {
"format": "json"
}
}'{
"data": {
"title": "string",
"path": "string",
"frequency": "string",
"category": "string",
"dimensions": [
"string"
],
"measures": [
"string"
],
"observations": [
{
"time": "string",
"property1": "string",
"property2": "string"
}
],
"row_count": 0,
"labels": {
"property1": {
"property1": "string",
"property2": "string"
},
"property2": {
"property1": "string",
"property2": "string"
}
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}