Entur Journey
entur_journeyEntur journey planner — plan a public-transport trip between any two places in Norway (Oslo to Bergen train, airport connections, city tram/metro/bus routes, ferries). Returns door-to-door itineraries with legs (mode, line, operator like Vy or Flytoget, aimed and expected times), total duration, transfer count, and walking distance. Example: entur_journey({ from: "Oslo S", to: "Bergen stasjon" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination — place/station name or NSR id, e.g. "Bergen stasjon" | |
| from | Yes | Origin — place/station name or NSR id, e.g. "Oslo S" | |
| modes | No | Optional: restrict transit legs to these modes, e.g. ["rail"] for train-only | |
| depart_at | No | Optional departure time, ISO 8601 (e.g. "2026-07-20T08:00:00+02:00"). Default: now. | |
| max_trips | No | Max itineraries to return, 1-10 (default 3) |