GTT: Get All Schedules
GTT via Parse · maps_geo
Bulk extractor: for a given basin and day, fetch schedules for multiple lines paginated by start/limit. Each line includes all routes and, for each route, the stop list with all scheduled departures. Upstream response can be slow; keep limit low (1-3) for reliable results. APIs to enumerate GTT lines and extract full-day scheduled departure times at each stop using GTT's public das_ws service. Also includes stop search and real-time arrivals per stop. Fulfilled by Parse from gtt.to.it.
- government-public
- gtt
- gtt-to-it
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/559cc6d3-d8a1-4547-9bea-ee0e78b2dcae/get_all_schedules
- Interface artifact
- sha256:8a40076f54bcd7e72983fe8cea56cfee9bd96247304e3f91b22fb69b2a3b03fb
- Manifest digest
- sha256:52e6f558fbbd49b2ec986609f2253290eef3df0f34f34b92de96da4a1676d141
Request fields
- limit (integer): How many lines to process in this call. Lower values are more reliable due to upstream latency.
- start (integer): 0-based start index into the line list.
- bacino (string): Service basin code.: Allowed values: E, U
- giorno (string): Service day in YYYYMMDD format. Omitting defaults to today's date.
- include_types (string): Optional comma-separated vehicle types filter (e.g. Bus,Tram). If provided, only lines matching those types are returned. Values are case-insensitive and come from the tipo_mezzo field.
Example queries
- {"limit":"1","start":"1","bacino":"U","giorno":"20260610","include_types":"Tram"}