ev.charging.nearby
Find nearby EV charging stations by GPS coordinates with details on connector types, power levels, and availability. Filter by minimum power and specific connectors for DC fast charging.
Instructions
Find the nearest EV charging stations to GPS coordinates within a radius (default 5km). Returns stations sorted by distance with connector types, power levels, and availability status. Filter by minimum power kW and connector type for DC fast charging (Open Charge Map)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | GPS latitude of your location (e.g. 40.7128) | |
| longitude | Yes | GPS longitude of your location (e.g. -74.0060) | |
| radius | No | Search radius in KM (default 5) | |
| min_power_kw | No | Minimum charger power in kW (e.g. 50 for DC fast charging) | |
| connection_type_id | No | Filter by connector type (25=Type 2, 33=CCS, 2=CHAdeMO) | |
| limit | No | Maximum results (1-50, default 10) |