Ruter: Get Departures
Ruter via Parse · travel
Get all departures at a stop place with optional transport mode filter. Returns detailed departure info including platform, line, scheduled/expected/actual times, real-time status, and service alerts. Sorted by expected time ascending. Each departure carries nested platform and line objects. Extract real-time bus arrival times and departure information from Ruter (Oslo/Norway public transit). Search for stops by name and get live bus schedules with real-time tracking. Fulfilled by Parse from reise.ruter.no.
- government-public
- maps-geo
- parse
- platform-key
- reise-ruter-no
- ruter
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/795ebd94-5170-4a6d-8562-c97f6d8f9c08/get_departures
- Interface artifact
- sha256:63149b657b1b5a3b4cc4b5da1f38e207697c4536d38e736ab57cfdbb32affbe1
- Manifest digest
- sha256:48aad84a9ecc1f28ee4bda9369a25de42c9b844445599062092cd8a96534f0cf
Request fields
- stop_id (string, required): NSR stop place ID (e.g. 'NSR:StopPlace:58366'). Get this from search_stop endpoint.
- start_time (string): ISO 8601 datetime to get departures from (e.g. '2026-06-11T12:00:00.000Z'). Defaults to current time.
- transport_mode (string): Filter by transport mode: 'Bus', 'Tram', or 'Metro'. Returns all modes if not specified.: Allowed values: Bus, Tram, Metro
Example queries
- {"stop_id":"NSR:StopPlace:58366","start_time":"2026-06-19T23:05:53.000Z","transport_mode":"Bus"}