RFI: Get Live Monitor
RFI via Parse · travel
Retrieve the real-time departures or arrivals board for a specific Italian railway station. Either place_id or station_name must be provided. If station_name is given, it is resolved to a place_id internally via the station mappings. Returns scheduled trains with carrier, category, number, destination/origin, time, delay, platform, and intermediate stops. API for Italian railway network (RFI) providing station info, live train monitors, and circulation alerts. Fulfilled by Parse from rfi.it.
- government-public
- maps-geo
- parse
- platform-key
- rfi
- rfi-it
- travel
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/776b2149-49fb-4540-acd6-822e63ec0345/get_live_monitor
- Interface artifact
- sha256:fb5ad12cfe90200381e5e97b80dd0fc4a48df528b5a3b65b870a2ada52082bbc
- Manifest digest
- sha256:1134b534cfaa385bb7a13d719b611e41933b7589b073d6b8a9726c414535c89c
Request fields
- type (string): Board type: 'departures' or 'arrivals': Allowed values: departures, arrivals
- place_id (string): Numeric place ID of the station (from get_station_mappings endpoint)
- station_name (string): Full uppercase name of the station (e.g. 'ROMA TERMINI'). Resolved to place_id internally.
Example queries
- {"type":"departures","place_id":"2218","station_name":"ROMA TERMINI"}