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. Statens vegvesen
TransportStandardNLOD

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

Example response — /vehicles/{regnr}
{
  "data": "..."
}

MCP integration

Available MCP tools
vegvesen.kjoretoy.oppslag
vegvesen.trafikk.punkter
vegvesen.trafikk.stasjoner
vegvesen.trafikk.volum
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "vegvesen": {
      "url": "https://data.ketl.no/mcp/vegvesen",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

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

Vehicle search
The vehicle fleet in Norwegian municipalities from SSB — counts per vehicle group, brand distribution, charging point coverage and the national fuel-type trend. Single lookups by licence plate require a separate agreement with Statens vegvesen.
Traffic data
Traffic registration points and hourly volume series from Statens vegvesen's open traffic-data API.
Traffic registration stations
Overview of traffic registration stations with annual average daily traffic (AADT) and road references from Statens vegvesen NVDB.

API endpoints

GET
/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.

GET
/traffic-stations

Trafikkstasjoner

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.

GET
/trafikk/points

Trafikkregistreringspunkt (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.

GET
/trafikk/volume

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

GET
/roadmapPlanned

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

Access and pricing

Statens vegvesen is openly available — create an account to get started.

bilkjoretoytrafikkveiEU-kontroll
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