← Back to catalog
nrel.afdc_station_detail
mock data$0.001 / callNREL 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.
Input schema
station_idrequired
integerAFDC station ID (positive integer). Obtained from afdc_stations_nearest or afdc_stations_search results.
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}'