Entur
The national journey planner with route data for bus, train, tram, metro, ferry and air. Real-time data, stop information and GTFS export. Covers all public-transport operators in Norway.
—
Data volume
Real time
Updates
3
MCP tools
{
"quayId": "NSR:Quay:7203",
"departures": [
{
"line": "3",
"lineName": "Kolsås",
"transportMode": "metro",
"destination": "Kolsås",
"aimedDepartureTime": "2026-06-16T08:14:00+02:00",
"expectedDepartureTime": "2026-06-16T08:15:30+02:00",
"realtime": true,
"cancelled": false
}
]
}MCP integration
API endpoints
/routesReiseplanlegger (fra/til stoppested)
- from required
- Fra-sted: NSR:StopPlace-ID eller koordinater 'lat,lon'
from=NSR:StopPlace:337 - to required
- Til-sted: NSR:StopPlace-ID eller koordinater 'lat,lon'
to=NSR:StopPlace:548 - n optional
- Antall reiseforslag
Show curl example
# GET https://data.ketl.no/api/connectors/entur/routes?from=NSR%3AStopPlace%3A337&to=NSR%3AStopPlace%3A548
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/entur/routes?from=NSR%3AStopPlace%3A337&to=NSR%3AStopPlace%3A548"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/stopsHoldeplassøk på navn
- text required
- Søketekst for holdeplass/sted
text=Oslo S - size optional
- Antall treff
- lang optional
- Språk
- layers optional
- Kommaseparerte Pelias-lag å søke i (f.eks. venue, address, street)
Show curl example
# GET https://data.ketl.no/api/connectors/entur/stops?text=Oslo%20S
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/entur/stops?text=Oslo%20S"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/departuresSanntidsavganger for et stoppested
- stopId required
- NSR:StopPlace-ID
stopId=NSR:StopPlace:337
Show curl example
# GET https://data.ketl.no/api/connectors/entur/departures?stopId=NSR%3AStopPlace%3A337
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/entur/departures?stopId=NSR%3AStopPlace%3A337"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.