gbfs_get_free_bikes
Fetch real-time free-floating bikes and scooters with battery levels and coordinates, optionally filtered by proximity to a location.
Instructions
Fetch real-time dockless/free-floating bikes and scooters (free_bike_status.json) with battery levels and coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum vehicles to return (default 25). | |
| latitude | No | Optional latitude for proximity filtering. | |
| longitude | No | Optional longitude for proximity filtering. | |
| radius_meters | No | Optional search radius in meters. | |
| system_id_or_url | Yes | System ID or gbfs.json URL. |