DOE Alt Fuel Stations
Fetch alternative fuel station locations from the DOE/NREL database.
Custom Streaming + One-shot
Fetch alternative fuel station locations from the DOE/NREL database.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
doe/get_alt_fuel_stations
Fetch alternative fuel station locations from the DOE/NREL database.
upsert_bento_get_doe_alt_fuel_stations
Create or update a recurring DOE alt fuel stations connector.
Inputs ▾
doe/get_alt_fuel_stations
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| fuelType | string | no | Fuel type filter: ELEC (electric), E85, CNG, LNG, LPG, BD (biodiesel), HY (hydrogen). ELEC E85 CNG LNG LPG BD HY |
| state | string | no | Two-letter US state code, e.g. 'NY'. |
| zip | string | no | ZIP code to search near. |
| latitude | number | no | Latitude in decimal degrees. |
| longitude | number | no | Longitude in decimal degrees. |
| radius | number | no | Search radius in miles around latitude/longitude. |
| status | string | no | Station status: E = open, P = planned. E P |
| limit | number | no | Max results to return. Default 100. |
| offset | number | no | Offset for pagination. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
upsert_bento_get_doe_alt_fuel_stations
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| fuelType | string | no | Fuel type filter: ELEC (electric), E85, CNG, LNG, LPG, BD (biodiesel), HY (hydrogen). ELEC E85 CNG LNG LPG BD HY |
| state | string | no | Two-letter US state code, e.g. 'NY'. |
| zip | string | no | ZIP code to search near. |
| latitude | number | no | Latitude in decimal degrees. |
| longitude | number | no | Longitude in decimal degrees. |
| radius | number | no | Search radius in miles around latitude/longitude. |
| status | string | no | Station status: E = open, P = planned. E P |
| limit | number | no | Max results to return. Default 100. |
| offset | number | no | Offset for pagination. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the alt fuel stations endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |