← Back to catalog
scb.table_metadata
mock data$0.002 / callSCB Sweden Table Metadata
Get metadata for a specific SCB statistical table — title, dimensions (variables like Region, Alder/age, Kon/sex, Tid/year), valid value codes for each dimension, and latest update timestamp. Use this BEFORE scb.table_query to discover what filter values are accepted. Example path: 'BE/BE0101/BE0101A/BefolkningNy' (Sweden population by region/age/sex/year).
Input schema
table_pathrequired
stringFull path to a leaf table (type='t' from scb.catalog), e.g. 'BE/BE0101/BE0101A/BefolkningNy' (Sweden population by region/age/sex/year). 'AM/AKU/AKU01/AKU01A' (labour market, employed persons). Returns title, dimension codes, and valid values to use in scb.table_query.
Call via REST
curl -X POST https://unifyapi.pro/api/call/scb.table_metadata \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"table_path":"<table_path>"}'