nrel.afdc_stations_search
mock data$0.002 / callNREL AFDC Alt-Fuel Stations Search
Search US alt-fuel stations by ZIP, state, or city. Filterable by fuel type, EV network, connector type, and access level. Use for state-level analytics or city-wide EV infrastructure surveys; use afdc_stations_nearest for proximity search to a coordinate.
Input schema
5-digit US ZIP code to search within. Example: '94102'.
City name. Use with state for disambiguation. Example: Oakland.
Results per page (1-200). Default 50.
2-letter US state code. Example: 'CA', 'TX', 'NY'.
Filter by access type: 'public' for open-access stations, 'private' for fleet-only.
Pagination offset — number of results to skip. Default 0.
Station status: E=available (open), P=planned (future), T=temporarily unavailable. Default E.
Comma-separated fuel codes: ELEC (electric), CNG, LNG, LPG (propane), BD (biodiesel), E85, HY (hydrogen). Default ELEC.
EV connector codes (comma-separated): J1772 (Level 2), J1772COMBO (CCS), CHADEMO, TESLA, NEMA1450, NEMA515.
Call via REST
curl -X POST https://unifyapi.pro/api/call/nrel.afdc_stations_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"zip":"<zip>","city":"<city>","limit":50,"state":"<state>","access":"<access>","offset":0,"status":"E","fuel_type":"ELEC","ev_connector_type":"<ev_connector_type>"}'