Find public transport
find_public_transportFind public transport stops, stations, and transit routes near a location. Get details like operator, network, and route endpoints, optionally filtered by transport mode.
Instructions
Query the public transport layer around a location: stops, stations, platforms and terminals (sorted by distance) plus the transit route lines serving the area (bus, trolleybus, tram, train, subway, light rail, ferry), with ref, operator, network, origin and destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of stops and of routes to return | |
| radius | No | Search radius in meters | |
| latitude | Yes | Center point latitude (decimal degrees) | |
| longitude | Yes | Center point longitude (decimal degrees) | |
| include_routes | No | Also return the transit route lines (relations) crossing the area | |
| transport_types | No | Optional list of transport modes to filter by (e.g., ["bus", "tram", "train", "subway", "light_rail", "ferry"]). If omitted, all modes are returned. |