EV Charger Locator
Find charging stations nearby. Use Demo Mode to see how it works, or enter an NREL API Key for live data.
What this calculator does
Find nearby EV charging stations by location, connector type, and search radius. You can use demo data offline or live data from the NREL Alternative Fuel Stations API. Results include station details and directions links.
Inputs explained
- Data source: Demo data or live data from NREL.
- API key: Optional for live mode; used for NREL requests.
- Location: Address, city, or latitude and longitude.
- Search radius: Distance around the location in miles.
- Minimum power: Approximate kW threshold to focus on faster chargers.
- Connector type: CCS, CHAdeMO, J1772, Tesla/NACS, or all.
How it works / Method
- In demo mode, a local sample dataset is displayed.
- In live mode, addresses are geocoded via Nominatim, or coordinates are used directly.
- The NREL API returns nearby charging stations within the radius.
- Results are filtered by connector type and a simple power threshold.
- Stations are listed with network, connectors, pricing, and map links.
Formula(s) used
This tool performs lookup and filtering rather than numeric formulas. The key steps are:
geocode(location) -> latitude, longitude
stations = NREL_nearest(lat, lon, radius)
filtered = filter(stations, connector, min_power)
Distances are provided by the data source; the filter uses a simple DC fast proxy when min power is high.
Stations Found 0
Step-by-step example
Example search: Location "Austin, TX", radius 10 miles, connector CCS, minimum power 50 kW.
- Address is geocoded to coordinates.
- NREL API returns nearby electric charging stations within 10 miles.
- Results are filtered to stations that list CCS connectors.
- Minimum power filter keeps DC fast focused results.
- Stations are displayed with address, network, and pricing where available.
Use cases
- Find chargers near your current location or destination.
- Filter for compatible connectors before a trip.
- Locate faster DC chargers for quick top-ups.
- Compare networks and pricing information.
- Plan charging stops in unfamiliar areas.
- Validate a route before using a full trip planner.
Assumptions & limitations
- Live results depend on the NREL station database and may not be real-time.
- Geocoding accuracy depends on the input address and Nominatim results.
- Minimum power filtering is approximate and not a precise kW lookup.
- Station availability, pricing, and connector data can be incomplete.
- API usage limits apply to live searches.
- Results are for planning and do not guarantee station uptime.
Disclaimer: Results are estimates for planning only. Always verify station availability before relying on a stop.
Frequently Asked Questions
Sources & references
- NREL Alternative Fuel Stations API - Data source for live station results.
- OpenStreetMap Nominatim usage policy - Geocoding service policies and limits.
- DOE AFDC: Electric vehicles for consumers - Charging levels and connector context.
- Schema.org: FAQPage, WebPage, and BreadcrumbList - Structured data definitions used on this page.