Idos: Search Connections
Idos via Parse · travel
Search for transport connections between two stations on the IDOS.cz timetable. Returns connections with detailed segments showing each leg of the journey including transport type, carrier, stations, timing, and live delay information. Typically returns 3 connections per request; use the time parameter to paginate forward through later departures. Search for public transport connections (trains, buses, trams) between Czech stations using IDOS.cz timetable data. Returns detailed connection information including departure/arrival times, duration, carriers, transfer details, and intermediate stops. Fulfilled by Parse from idos.cz.
- government-public
- idos
- idos-cz
- maps-geo
- parse
- platform-key
- 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/35759a92-49ba-47ec-8bc2-ce5761e995f1/search_connections
- Interface artifact
- sha256:402f7e13fb04e4f380da320fe5fe99a3f19eeb59e199f2fe49f1b76796fdd1df
- Manifest digest
- sha256:681a70c93d38ab829268bd98d15a164e076f9dd0b6c836ea2ab498ff07f95686
Request fields
- to (string): Arrival station name (must match IDOS station name exactly, e.g. 'Brno hl.n.', 'Praha hl.n.', 'Ostrava hl.n.').
- date (string): Travel date in D.M.YYYY format (e.g. '3.5.2026'). Omitting defaults to today.
- from (string): Departure station name (must match IDOS station name exactly, e.g. 'Praha hl.n.', 'Olomouc město', 'Brno hl.n.').
- time (string): Departure time in HH:MM format (e.g. '10:00'). Omitting defaults to current time. Use to paginate through later connections.
- to_code (string): Station type code for the arrival station.
- from_code (string): Station type code for the departure station.
- direct_only (boolean): If true, only show direct connections without transfers. May return zero results on routes with no direct service.: Allowed values: false, true
Example queries
- {"to":"Brno hl.n.","date":"12.6.2026","from":"Praha hl.n.","time":"10:00","to_code":"100003","from_code":"100003","direct_only":"False"}