nrel_alt_fuel_stations
Find alternative fuel stations near a location: electric (EV) charging, CNG, LNG, E85, hydrogen, propane, biodiesel. Used by route planning agents, fleet operators, and EV/clean-fuel tech.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude. Use with lon as alternative to location. | |
| lon | No | Longitude. Use with lat as alternative to location. | |
| limit | No | Max stations to return (default 25, max 200). | |
| state | No | Optional 2-letter state code filter. | |
| radius | No | Search radius in miles (default 5, max 500). | |
| status | No | Optional status filter: E (available, default), P (planned), T (temporarily unavailable). | |
| location | No | Address or city/state. Either location OR lat+lon required. | |
| fuel_type | No | Comma-separated fuel types: ELEC (default), CNG, LNG, E85, HY, LPG, BD. |