Hagstofa Íslands (Statistics Iceland)
Hagstofa Íslands is Iceland's official statistics bureau. The PxWeb API v1 provides access to tables with population data (back to 1841), employment, gross domestic product, the consumer price index, foreign trade and tourism statistics. Completes the Nordic statistics picture (NO/SE/DK/FI/IS). CC-BY-4.0, no auth.
—
Data volume
Monthly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/tablesList kuraterte tabeller fra Hagstofa Íslands
Show curl example
# GET https://data.ketl.no/api/connectors/hagstofa-is/tables
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/hagstofa-is/tables"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/tables/{id}/metadataDimensjons-/variabel-metadata for én tabell (PxWeb v1)
Show curl example
# GET https://data.ketl.no/api/connectors/hagstofa-is/tables/{id}/metadata
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/hagstofa-is/tables/{id}/metadata"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/tables/{id}/dataData-uttrekk (json-stat2) fra én tabell
Show curl example
# POST https://data.ketl.no/api/connectors/hagstofa-is/tables/{id}/data
curl -X POST \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/hagstofa-is/tables/{id}/data"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthHelsesjekk
- deep optional
- Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30).
deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/hagstofa-is/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/hagstofa-is/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.