UnifyAPI
← Back to catalog

evcharge.search

mock data$0.001 / call

Search EV Charging Stations

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)

Geo & Mapsprovider: Evcharge#evcharge#geo

Input schema

limit

Maximum results to return (1-100, default 20)

integer
distance

Search radius in distance_unit (default KM)

number
latitude

Latitude for location-based search (e.g. 51.5074)

number
longitude

Longitude for location-based search (e.g. -0.1278)

number
operator_id

Filter by charging network operator ID

integer
country_code

ISO 2-letter country code to filter by (e.g. "US", "GB", "DE")

string
min_power_kw

Minimum charger power in kW (e.g. 50 for fast charging)

number
distance_unit

Distance unit: KM or Miles (default KM)

string
status_type_id

Filter by status (50=Operational, 100=Not Operational)

integer
connection_type_id

Filter by connector type (e.g. 25=Type 2, 33=CCS, 2=CHAdeMO)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/evcharge.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"distance":0,"latitude":0,"longitude":0,"operator_id":0,"country_code":"<country_code>","min_power_kw":0,"distance_unit":"<distance_unit>","status_type_id":0,"connection_type_id":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.