Arbeidstilsynet occupational fatalities
The Norwegian Labour Inspection Authority publishes official statistics on occupational fatalities as open CSV datasets. Two datasets are available: fatalities by accident type (falls, crushing/trapped, collisions, electric shock and more) and fatalities by month of occurrence. The connector loads the CSVs on demand, parses them into validated year/dimension/count rows, and also offers an aggregated year-by-year total. A key figure for HSE work, construction supervision and public safety. Fully open, no API key. Updated annually (new figures in February). Licence: NLOD.
130 rows
Data volume
Yearly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/fatalitiesArbeidsskadedødsfall fordelt på ulykkestype eller måned
- dataset optional
- Hvilken fordeling som returneres. Verdien lowercases før validering.
dataset=ulykkestype - year optional
- Filtrer til ett enkelt år (YYYY).
year=2023 - fromYear optional
- Nedre årsgrense, inklusiv (YYYY).
fromYear=2015 - toYear optional
- Øvre årsgrense, inklusiv (YYYY).
toYear=2023
Show curl example
# GET https://data.ketl.no/api/connectors/arbeidstilsynet/fatalities
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/arbeidstilsynet/fatalities"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/summaryTotalt antall arbeidsskadedødsfall per år
- fromYear optional
- Nedre årsgrense, inklusiv (YYYY).
fromYear=2015 - toYear optional
- Øvre årsgrense, inklusiv (YYYY).
toYear=2023
Show curl example
# GET https://data.ketl.no/api/connectors/arbeidstilsynet/summary
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/arbeidstilsynet/summary"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthTilgjengelighetssjekk for connectoren
- 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/arbeidstilsynet/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/arbeidstilsynet/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.