We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Arbeidstilsynet occupational fatalities
LabourStandardNLOD

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

Example response — /fatalities
{
  "data": "..."
}

MCP integration

Available MCP tools
arbeidstilsynet_datasets
arbeidstilsynet_fatalities
arbeidstilsynet_summary
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "arbeidstilsynet": {
      "url": "https://data.ketl.no/mcp/arbeidstilsynet",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Arbeidstilsynet occupational fatalities data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Police monitor Scandinavia
A Scandinavian police and safety picture across sources: Swedish police events, a police-station directory and Norwegian occupational fatalities from the Norwegian Labour Inspection Authority — for spotting patterns across countries and event types. If you only need the Swedish live event feed, Polisen händelser is the direct route.

API endpoints

GET
/fatalities

Arbeidsskadedø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.

GET
/summary

Totalt 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.

GET
/health

Tilgjengelighetssjekk 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.

Access and pricing

Arbeidstilsynet occupational fatalities is openly available — create an account to get started.

arbeidhmsarbeidsulykkedødsfallarbeidsmiljøstatistikk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512