Statistical Agencies
SSB leaf table schema
Return the schema for any SSB numeric table ID: dimension codes, English labels, value codes (Norwegian bokmål), value texts, and time/elimination flags. Use this before composing a custom /data/{table_id} POST body. Numeric IDs are globally unique across SSB's Statbank regardless of subject tree.
get/api/v1/statistical-agencies/ssb/tables/{table_id}
Path parameters
table_idstring required
SSB numeric table ID (e.g. 14700, 09190).
SSB numeric table ID (e.g. 14700, 09190).
Response
Table title and variables (dimensions, values, labels).
Example response
{
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}