UnifyAPI
← Back to catalog

ssbnorway.population

mock data$0.001 / call

SSB Norway Population Statistics

Get Norwegian population statistics from the official SSB population register (table 07459). Returns total resident population by year as a JSON-stat2 dataset. Covers Norway as a whole (region_code="0") or any county/municipality by region code. Data goes back to 1986 and is updated annually (reference date January 1st each year). Region codes: "0" = whole country, "03" = Oslo, "11" = Rogaland, "15" = Møre og Romsdal, "18" = Nordland, "46" = Vestland, "50" = Trøndelag. Use ssbnorway.data.metadata on table 07459 to get all 994 municipality-level region codes. This is a simplified shortcut — for sex/age breakdowns use ssbnorway.data.query with table 07459 and the Kjonn/Alder dimension codes from ssbnorway.data.metadata.

Financeprovider: Ssbnorway#ssbnorway#finance

Input schema

years

Number of most recent years to include (1–20, default 5). Table 07459 covers 1986 to the current reference year.

integer
region_code

Norwegian region code from SSB classification. "0" = The whole country (default). County codes (2024 structure): "31" Østfold, "32" Akershus, "03" Oslo, "33" Buskerud, "34" Innlandet, "38" Telemark, "39" Vestfold, "40" Aust-Agder, "42" Vest-Agder, "11" Rogaland, "46" Vestland, "15" Møre og Romsdal, "50" Trøndelag, "18" Nordland, "55" Troms, "56" Finnmark. Use ssbnorway.metadata on table 07459 for all valid municipality codes.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ssbnorway.population \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"years":5,"region_code":"0"}'

Try it

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