/data/{table_id} POST body. Numeric IDs are globally unique across SSB's Statbank regardless of subject tree.x-api-key: ********************curl --location '/api/v1/statistical-agencies/ssb/tables/14700' \
--header 'x-api-key: <api-key>'{
"data": {
"table_id": "string",
"title": "string",
"variables": [
{
"code": "string",
"text": "string",
"values": [
"string"
],
"valueTexts": [
"string"
],
"time": true,
"elimination": true,
"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
}
}