Statens vegvesen
Lookups in the vehicle register, traffic data from counting points, road maps and the road network. Covers EU roadworthiness-test history, technical vehicle data and traffic volumes.
4.0M rows
Data volume
Daily
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/vehicles/{regnr}Hent kjøretøydata
Show curl example
# GET https://data.ketl.no/api/connectors/vegvesen/vehicles/{regnr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/vegvesen/vehicles/{regnr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/traffic-stationsTrafikkstasjoner
- limit optional
- Maks antall stasjoner. Ikke-heltall eller 0 gir 400; verdi over 500 KLEMMES til 500.
limit=100
Show curl example
# GET https://data.ketl.no/api/connectors/vegvesen/traffic-stations
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/vegvesen/traffic-stations"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/trafikk/pointsTrafikkregistreringspunkt (GraphQL)
- limit optional
- Maks antall punkt. Ikke-heltall eller 0 gir 400; verdi over 1000 KLEMMES til 1000.
limit=100 - municipality optional
- Filtrer på 4-sifret kommunenummer. Annet format gir 400.
municipality=0301
Show curl example
# GET https://data.ketl.no/api/connectors/vegvesen/trafikk/points
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/vegvesen/trafikk/points"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/trafikk/volumeTrafikkvolum per punkt (time/dag)
- pointId required
- Trafikkregistreringspunkt-ID (hent gyldige via /trafikk/points)
pointId=52742V2282262 - from required
- Fra-dato (YYYY-MM-DD, UTC). Maks 31 dager for time, 366 for dag.
from=2024-01-01 - to required
- Til-dato (YYYY-MM-DD, UTC).
to=2024-01-07 - resolution optional
- Tidsoppløsning. Styrer maks intervall: 31 dager for `hour`, 366 for `day` (overskredet ⇒ 400).
resolution=hour
Show curl example
# GET https://data.ketl.no/api/connectors/vegvesen/trafikk/volume?pointId=52742V2282262&from=2024-01-01&to=2024-01-07
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/vegvesen/trafikk/volume?pointId=52742V2282262&from=2024-01-01&to=2024-01-07"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/roadmapPlannedVegkart og veinett
Show curl example
# GET https://data.ketl.no/api/connectors/vegvesen/roadmap
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/vegvesen/roadmap"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.