← All Services
Live

SSB Statistics — All of Norway in Numbers

3,785 statistical tables from Statistics Norway (SSB) — search, browse, query

From $0.01/query USDC on Base API: https://ssb-statistics.fly.dev/

Endpoints

GET /search?q={query}
Search 3,785+ SSB statistical tables by topic
Price: $0.01
curl 'https://ssb-statistics.fly.dev/search?q=unemployment'
[{"table_id":"08517","title":"Registered unemployed, by sex and age","category":"Labour market and earnings",...}]
GET /table/{table_id}
Latest data for a table with default query (last 5 periods, all dimensions)
Price: $0.01
curl https://ssb-statistics.fly.dev/table/07459
{"table_id":"07459","title":"Population and changes during the quarter","data":[...]}
GET /table/{table_id}/metadata
Variable codes, dimension values, and time periods for a table
Price: $0.01
curl https://ssb-statistics.fly.dev/table/07459/metadata
{"table_id":"07459","variables":[{"code":"Region","values":[...]}]}
POST /table/{table_id}
Custom filtered query — specify exact dimensions, values, and time periods
Price: $0.02
curl -X POST https://ssb-statistics.fly.dev/table/07459 -H 'Content-Type: application/json' -d '{"query":[{"code":"Region","values":["0301"]}]}'
{"table_id":"07459","title":"Population...","data":[{"Region":"0301 Oslo",...}]}

Free Endpoints

GET/health
Service health check — tables cached count and last crawl timestamp
Price: Free

About

Full access to Statistics Norway's (SSB) entire public statistical table catalogue — 3,785+ tables covering all aspects of Norwegian society: population, labour, trade, housing, health, education, energy, environment, agriculture, transport, and more.

The /search endpoint finds tables by topic keyword. Use /table/{id} to get the latest data (last 5 periods, all dimensions). Use /table/{id}/metadata to discover available variables and values. Use POST /table/{id} for precise filtered queries.

Data refreshed from SSB API. DuckDB-powered search catalog.