← Back to catalog
nrel.afdc_stations_nearest
mock data$0.002 / callNREL AFDC Nearest Alt-Fuel Stations
Find the nearest alternative fuel stations to a given US location (latitude/longitude). Includes EV charging (Level 1/2/DC Fast), CNG, LNG, propane, biodiesel, hydrogen. Returns station name, address, network, plug types, hours, last verified date. US-specific; for global EV stations use openchargemap.
Input schema
limit
integerMax stations to return (1-200). Default 20.
radius
numberSearch radius in miles (max 500). Default 5.
status
stringStation status: E=available (open), P=planned (future), T=temporarily unavailable. Default E.
latituderequired
numberWGS84 latitude (US territory only). Example: 37.7749 for San Francisco.
fuel_type
stringComma-separated fuel codes: ELEC (electric), CNG, LNG, LPG (propane), BD (biodiesel), E85, HY (hydrogen). Default ELEC.
longituderequired
numberWGS84 longitude (US territory only). Example: -122.4194 for San Francisco.
Call via REST
curl -X POST https://unifyapi.pro/api/call/nrel.afdc_stations_nearest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":20,"radius":5,"status":"E","latitude":0,"fuel_type":"ELEC","longitude":0}'