ConsoleCatalog
Sign in
Trenitalia logo

Trenitalia

trenitalia.comTravelno auth

Train route and station search with pricing, availability, and schedules.

Station Search

ASYNCREADNo auth

Returns a station name resolved to its location ID, timezone, and metadata.

ParametersFormJSON

Station name to resolve - city, terminal, or partial name

Maximum number of matching locations to return

cost: 1 credit · 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_trenitalia_station_search",
    "params": {
      "station_name": "Roma Termini",
      "limit": "1"
    }
  }'