UnifyAPI
← Back to catalog

evcharge.nearby

mock data$0.001 / call

Nearby 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)

Geo & Mapsprovider: Evcharge#evcharge#geo

Input schema

limit

Maximum results (1-50, default 10)

integer
radius

Search radius in KM (default 5)

number
latituderequired

GPS latitude of your location (e.g. 40.7128)

number
longituderequired

GPS longitude of your location (e.g. -74.0060)

number
min_power_kw

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

number
connection_type_id

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

integer

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}'

Try it

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