GTT: Get Percorso
GTT via Parse · maps_geo
Get detailed route geometry (polyline) and ordered stop list (fermate) for a specific route code and direction. The codice and verso must be a valid pair as returned by get_line_percorsi. 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_percorso
- Interface artifact
- sha256:920fcae47a855cc85bc928c22920bbde087faf7cfd089d95c9b5a2ad15eab043
- Manifest digest
- sha256:3d3f537b97daea622faaa7e324fe5a495fe3321a1baa2a4959fb745b58f8ece4
Request fields
- linea (string, required): Line code.
- verso (string, required): Direction code matching the codice (e.g. As for andata, Di for discesa). Must be the verso paired with the given codice in get_line_percorsi output.
- bacino (string): Service basin code.: Allowed values: U, E
- codice (string, required): Route code (percorso code) from get_line_percorsi, e.g. 03A1, 03R2.
Example queries
- {"linea":"2","verso":"As","bacino":"U","codice":"02AL1"}