compare_routes
Compare door-to-door travel time by bicycle, motorbike, and public transport between two locations in Île-de-France, with optional weather and departure time.
Instructions
Compare door-to-door travel time by bicycle, motorbike and public transport (metro, RER, bus, tram) between two places in Île-de-France. Motorbike times are estimates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modes | No | Subset of bicycle, motorbike, transit. Omit to compare all. | |
| origin | Yes | Start: address, place name, or 'lat,lon' | |
| destination | Yes | End: address, place name, or 'lat,lon' | |
| departure_time | No | Local departure time, ISO 8601 (e.g. 2026-09-15T08:30). Omit to leave now. | |
| include_weather | No | Add the weather at the origin at departure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| origin | Yes | ||
| results | Yes | ||
| destination | Yes | ||
| fastest_mode | Yes | ||
| departure_time | Yes | Local time, ISO 8601 | |
| weather_at_departure | No |