Ruter: Get Bus Arrivals
Ruter via Parse · travel
Get bus arrival times at a stop. Accepts either a stop name (auto-resolved to the first matching SearchStopPlace ID) or a known stop ID directly. Returns bus-only departures with line numbers, names, destinations, platforms, and real-time times. Sorted by expected time ascending. 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_bus_arrivals
- Interface artifact
- sha256:7577ca154af182078000c27b3d7cafb9a1e4a4bf206e08e43fe9b8a19931a931
- Manifest digest
- sha256:ba2976b946187cb5cd3c41d575743681b68954319cb8db91a427c7d90ef2d15e
Request fields
- stop_id (string): NSR stop place ID (e.g. 'NSR:StopPlace:58366'). Either stop_name or stop_id is required.
- stop_name (string): Name of the bus stop to search for (e.g. 'Jernbanetorget', 'Majorstuen'). Either stop_name or stop_id is required.
- start_time (string): ISO 8601 datetime to get departures from (e.g. '2026-06-11T12:00:00.000Z'). Defaults to current time.
Example queries
- {"stop_id":"NSR:StopPlace:58366","stop_name":"Majorstuen","start_time":"2026-06-19T23:05:56.000Z"}