NAV occupational-injury code lists
The NAV occupational-injury external gateway exposes code lists for occupational-injury and occupational-illness registration: type-name lists and associated code values (code + text). Used in occupational-injury notifications and case processing. Requires an Azure AD Bearer token for production access.
—
Data volume
Yearly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/kodeverkListe over alle kodeverktyper
Show curl example
# GET https://data.ketl.no/api/connectors/nav-yrkesskade/kodeverk
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-yrkesskade/kodeverk"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/kodeverk/{type}Kodeverdier for en type
Show curl example
# GET https://data.ketl.no/api/connectors/nav-yrkesskade/kodeverk/{type}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-yrkesskade/kodeverk/{type}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthTilgjengelighetssjekk
Show curl example
# GET https://data.ketl.no/api/connectors/nav-yrkesskade/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-yrkesskade/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.