← Back to catalog
evcharge.nearby
mock data$0.001 / callNearby EV Chargers
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
limit
integerMaximum results (1-50, default 10)
radius
numberSearch radius in KM (default 5)
latituderequired
numberGPS latitude of your location (e.g. 40.7128)
longituderequired
numberGPS longitude of your location (e.g. -74.0060)
min_power_kw
numberMinimum charger power in kW (e.g. 50 for DC fast charging)
connection_type_id
integerFilter by connector type (25=Type 2, 33=CCS, 2=CHAdeMO)
Call via REST
curl -X POST https://unifyapi.pro/api/call/evcharge.nearby \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"radius":0,"latitude":0,"longitude":0,"min_power_kw":0,"connection_type_id":0}'