UnifyAPI
← Back to catalog

nrel.afdc_station_detail

mock data$0.001 / call

NREL AFDC Station Detail

Get detailed record for one specific alt-fuel station by its AFDC station ID — operator info, full address, hours per day-of-week, EV charging speed breakdown (Level 1/2/DC Fast outlet counts), accepted payment methods, access restrictions.

Science & Researchprovider: Nrel#nrel#science

Input schema

station_idrequired

AFDC station ID (positive integer). Obtained from afdc_stations_nearest or afdc_stations_search results.

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/nrel.afdc_station_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"station_id":0}'

Try it

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