UnifyAPI
← Back to catalog

nrel.afdc_stations_nearest

mock data$0.002 / call

NREL 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.

Science & Researchprovider: Nrel#nrel#science

Input schema

limit

Max stations to return (1-200). Default 20.

integer
radius

Search radius in miles (max 500). Default 5.

number
status

Station status: E=available (open), P=planned (future), T=temporarily unavailable. Default E.

string
latituderequired

WGS84 latitude (US territory only). Example: 37.7749 for San Francisco.

number
fuel_type

Comma-separated fuel codes: ELEC (electric), CNG, LNG, LPG (propane), BD (biodiesel), E85, HY (hydrogen). Default ELEC.

string
longituderequired

WGS84 longitude (US territory only). Example: -122.4194 for San Francisco.

number

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

Try it

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