SSB Microdata.no
microdata.no is SSB's platform for analysing individual-level micro data (income, education, employment, social security) in a sandbox where only aggregates leave the system — never personal data. KETL exposes predefined queries (income distribution per municipality, employment per education level, wage growth per industry) that run in the sandbox and are cached in aggregate form. Primarily for academia (segment J) and actuarial/insurance (segment F). Requires a token (SSB_MICRODATA_TOKEN); without a token the connector responds 503 not_configured.
—
Data volume
Yearly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthStatus + tilgjengelige presets
Show curl example
# GET https://data.ketl.no/api/connectors/ssb-microdata/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ssb-microdata/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/queryRequires configurationKjør forhåndsdefinert aggregert spørring (preset)
Krever SSB_MICRODATA_TOKEN
- preset required
- Forhåndsdefinert mikrodata-spørring
preset=income_distribution_by_municipality
Show curl example
# GET https://data.ketl.no/api/connectors/ssb-microdata/query?preset=income_distribution_by_municipality
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ssb-microdata/query?preset=income_distribution_by_municipality"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.