ConsoleCatalog
Sign in
RFI (Italy) logo

RFI (Italy)

rfi.itTravelno auth

RFI - Italian rail station live arrivals, departures, and station metadata.

Live Departures Monitor

ASYNCREADNo auth

Returns a station's live train board with times, platforms, delays, and carriers.

ParametersFormJSON

iechub internal station placeId used in the Monitor query (e.g. 371 for Acireale)

Board mode: True for Arrivi (arrivals tab), False for Partenze (departures tab)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_rfi_it_live_departures_monitor",
    "params": {
      "place_id": "371",
      "arrivals": "False"
    }
  }'