Alternative Fuel Stations
Access comprehensive data on 80,000+ alternative fuel stations across the United States and Canada. This API provides real-time information on EV charging stations, hydrogen fueling, CNG, LPG, biodiesel, and E85 stations sourced from the U.S. Department of Energy's NREL database. Key Features: - Search stations by location, fuel type, state, ZIP code, and more - Find nearest stations with…
Alternative Fuel Stations endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
searchByName /v1/search/name |
Fuzzy search for stations by name. **Requires at least one geographic filter** (state or zip). |
| GET |
getLastUpdated /v1/last-updated |
Returns the timestamp of the most recent data update. |
| POST |
postStationsNearbyRoute /v1/stations/nearby-route |
Same as GET but accepts the route polyline in JSON body for long routes. |
| GET |
searchByZipcode /v1/search/zipcode |
Find all alternative fuel stations in a specific 5-digit ZIP code. Returns up to 50 results. |
| GET |
getStationById /v1/stations/{id} |
Retrieve complete details for a single station by its numeric ID. |
| GET |
searchByBrand /v1/search/brand |
Search for stations by EV charging network or fuel brand name. **Requires at least one geographic filter** (state or zip). |
| GET |
searchByPhone /v1/search/phone |
Find stations by phone number. **Requires at least one geographic filter** (state or zip). |
| GET |
getNearestStations /v1/stations/nearest |
Find stations nearest to a geographic coordinate, sorted by distance. |
| GET |
getStationsNearbyRoute /v1/stations/nearby-route |
Find stations within a specified distance of a driving route (Google-encoded polyline). |
| health | ||
| GET |
healthCheck /health |
Returns API health status. No authentication required. |
Alternative Fuel Stations pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $100 / month | — |
|