The Norwegian Directorate for Civil Protection (DSB)
Statistics on fires, dangerous-goods incidents, inspection results and preparedness analyses. Municipal risk and vulnerability analyses (ROS).
—
Data volume
Monthly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/fire-statisticsBrannstatistikk — branner, omkomne og skadde per kommune/fylke og år.
- municipality optional
- Kommunenummer (4 siffer).
municipality=0301 - kommunenr optional
- Alias for `municipality`.
kommunenr=0301 - county optional
- Fylkesnummer (2 siffer).
county=03 - fylkenr optional
- Alias for `county`.
fylkenr=03 - year optional
- Statistikkår (YYYY).
year=2023 - aar optional
- Alias for `year`.
aar=2023 - buildingType optional
- Bygningstype slik DSB fører den. Verdimengden er ikke målt — ruta er upstream-blokkert. Bygningstype-kodeverket kan først leses når api.dsb.no er nåbar (#2437).
- bygningstype optional
- Alias for `buildingType`. Se `buildingType`.
- limit optional
- Maks antall rader.
limit=50
Show curl example
# GET https://data.ketl.no/api/connectors/dsb/fire-statistics
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/dsb/fire-statistics"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/hazardous-goodsPlannedFarlig gods
Show curl example
# GET https://data.ketl.no/api/connectors/dsb/hazardous-goods
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/dsb/hazardous-goods"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/preparednessPlannedBeredskapsdata
Show curl example
# GET https://data.ketl.no/api/connectors/dsb/preparedness
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/dsb/preparedness"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.