ev.charging.search
Find EV charging stations by location, connector type, power level, and operator. Filter results by country, distance, and operational status to locate suitable charging points.
Instructions
Search 300K+ EV charging stations worldwide by location, country, operator, connector type, and power level. Returns station address, GPS coordinates, connectors (Type 2, CCS, CHAdeMO), power kW, operator, status. Filter by min power for fast charging. Largest open EV charging database (Open Charge Map)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | No | ISO 2-letter country code to filter by (e.g. "US", "GB", "DE") | |
| latitude | No | Latitude for location-based search (e.g. 51.5074) | |
| longitude | No | Longitude for location-based search (e.g. -0.1278) | |
| distance | No | Search radius in distance_unit (default KM) | |
| distance_unit | No | Distance unit: KM or Miles (default KM) | |
| operator_id | No | Filter by charging network operator ID | |
| connection_type_id | No | Filter by connector type (e.g. 25=Type 2, 33=CCS, 2=CHAdeMO) | |
| min_power_kw | No | Minimum charger power in kW (e.g. 50 for fast charging) | |
| status_type_id | No | Filter by status (50=Operational, 100=Not Operational) | |
| limit | No | Maximum results to return (1-100, default 20) |