UDI immigration statistics
The Norwegian Directorate of Immigration (UDI) publishes ongoing statistics on immigration to Norway — asylum applications, granted work permits, family immigration and visitor visas, broken down by citizenship and month. UDI has no open JSON/REST API; the tables are served as static HTML pages. The connector is therefore a statistics harvester: it fetches the HTML table page for a curated series, parses the table without dependencies and normalises to long form `{ period, category, value, unit, sourceUrl }`. Each series is year-parameterised. A central source for the journalist, municipality and compliance segments. Licence: NLOD.
—
Data volume
Monthly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthTilgjengelighetssjekk + katalog-metadata
- 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/udi/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/udi/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/seriesKuratert katalog av statistikkserier
Show curl example
# GET https://data.ketl.no/api/connectors/udi/series
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/udi/series"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/statistics/{series}Normalisert statistikk for én serie + år (year-query)
Show curl example
# GET https://data.ketl.no/api/connectors/udi/statistics/{series}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/udi/statistics/{series}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.