Statistics Finland (Tilastokeskus)
Statistics Finland (Tilastokeskus) is Finland's official statistics bureau. The PxWeb API v1 provides access to tables with population data, employment, GDP, the consumer price index, wages and foreign trade. Complements SCB (SE), DST (DK) and SSB (NO) for a complete Nordic statistics picture. CC-BY-4.0, no auth.
—
Data volume
Monthly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/tablesList kuraterte tabeller fra Tilastokeskus
Show curl example
# GET https://data.ketl.no/api/connectors/stat-fi/tables
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/stat-fi/tables"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/tables/{id}/metadataVariabler og verdier for én tabell
Show curl example
# GET https://data.ketl.no/api/connectors/stat-fi/tables/{id}/metadata
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/stat-fi/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/stat-fi/tables/{id}/data
curl -X POST \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/stat-fi/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/stat-fi/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/stat-fi/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.