UnifyAPI
← Back to catalog

scb.table_metadata

mock data$0.002 / call

SCB 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).

Financeprovider: Scb#scb#finance

Input schema

table_pathrequired

Full 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.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.