NREL Alternative Fuels Station Locator (via 2s.io) is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-14).
Search and filter US alternative-fuel stations (EV, CNG, hydrogen, biodiesel, etc.) by location, fuel type, status, and access code using NREL AFDC data.
Locate alternative-fuel stations across the US via NREL Alternative Fuels Data Center. Search by lat/lon + radius (miles), state, or zip. Filter by fuelType (BD=Biodiesel | CNG=Compressed Natural Gas | ELEC=Electric vehicle charging | E85=Ethanol | HY=Hydrogen | LNG=Liquefied Natural Gas | LPG=Propane | RD=Renewable Diesel), status (E=Available | P=Planned | T=Temporarily Unavailable), access (public/private), and EV network. For EV chargers, returns connector types (J1772, CHAdeMO, Tesla, etc.), Level 1/2/DC-fast counts, pricing, and access hours. Indispensable for trip-planning agents, fleet logistics, EV-adoption analysis.
Returns a list of alternative-fuel stations matching the query, each with name, address, fuel type, station status, access type, access hours, pricing, EV connector types (J1772, CHAdeMO, Tesla, CCS, etc.), Level 1/2/DC-fast charger counts, EV network affiliation, and geographic coordinates.
GEThttps://2s.io/api/energy/fuel-stationsUse this endpoint when you need authoritative, government-sourced data on US alternative-fuel station locations, especially for EV trip planning, fleet routing with CNG/LNG/hydrogen, or EV infrastructure analysis. Prefer this over consumer apps when you need structured programmatic access with rich filtering (fuel type, access, network, status) and precise geospatial queries.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": 40.7128,
"lon": -74.006,
"limit": 10,
"radius": 15,
"status": "E",
"fuelType": "ELEC",
"accessCode": "public"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"meta": {
"stationLocatorUrl": "https://afdc.energy.gov/stations/"
},
"items": [
{
"id": 1523,
"lat": 34.040539,
"lon": -118.271387,
"name": "Los Angeles Convention Center",
"phone": "213-741-1151",
"access": "public",
"status": "E",
"address": {
"zip": "90015",
"city": "Los Angeles",
"state": "CA",
"street": "1201 S Figueroa St",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2026-02-02T23:16:24Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "5:30am-9pm; pay lot",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 8,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 6355,
"lat": 32.89947,
"lon": -117.243,
"name": "Scripps Green Hospital",
"phone": null,
"access": "public",
"status": "E",
"address": {
"zip": "92037",
"city": "La Jolla",
"state": "CA",
"street": "10666 N Torrey Pines Rd",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free; parking fee",
"updatedAt": "2025-02-12T00:16:32Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "24 hours daily",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 1,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 6405,
"lat": 34.221665,
"lon": -118.468371,
"name": "Galpin Motors",
"phone": "855-889-2811",
"access": "public",
"status": "E",
"address": {
"zip": "91343",
"city": "Sepulveda",
"state": "CA",
"street": "15421 Roscoe Blvd",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2026-02-02T23:16:24Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "Dealership business hours; customer use only",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 2,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public - Call ahead"
},
{
"id": 6425,
"lat": 33.909914,
"lon": -117.459053,
"name": "Galleria at Tyler",
"phone": "951-351-3110",
"access": "public",
"status": "E",
"address": {
"zip": "92503",
"city": "Riverside",
"state": "CA",
"street": "1299 Galleria at Tyler",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2025-05-16T15:00:13Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "6am-12am daily",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 4,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 6505,
"lat": 34.14762,
"lon": -118.147111,
"name": "City of Pasadena - Holly Street Garage",
"phone": "626-744-7665",
"access": "public",
"status": "E",
"address": {
"zip": "91103",
"city": "Pasadena",
"state": "CA",
"street": "150 E Holly St",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2026-05-11T13:12:34Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": "CREDIT",
"distanceMiles": null,
"accessDaysTime": "24 hours daily; pay lot",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 26,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 6506,
"lat": 34.145138,
"lon": -118.152655,
"name": "City of Pasadena - De Lacey Garage",
"phone": "626-744-7665",
"access": "public",
"status": "E",
"address": {
"zip": "91105",
"city": "Pasadena",
"state": "CA",
"street": "45 De Lacey Ave",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2026-05-11T13:12:34Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": "CREDIT",
"distanceMiles": null,
"accessDaysTime": "24 hours daily; pay lot",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 3,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 6507,
"lat": 34.145119,
"lon": -118.150133,
"name": "City of Pasadena - Schoolhouse Garage",
"phone": "626-744-7665",
"access": "public",
"status": "E",
"address": {
"zip": "91105",
"city": "Pasadena",
"state": "CA",
"street": "33 E Green St",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "$1 for the first two hours, $2 each additional hour",
"updatedAt": "2026-05-11T13:12:34Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": "CREDIT",
"distanceMiles": null,
"accessDaysTime": "24 hours daily; pay lot",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 3,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 7172,
"lat": 33.7637,
"lon": -118.192,
"name": "Hyatt Regency Long Beach",
"phone": "562-491-1234",
"access": "public",
"status": "E",
"address": {
"zip": "90802",
"city": "Long Beach",
"state": "CA",
"street": "200 S Pine Ave",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2026-02-02T23:16:24Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "24 hours daily; pay lot; guest use only; see valet for access",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 1,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 7184,
"lat": 33.94325,
"lon": -118.403342,
"name": "Los Angeles International Airport (LAX) - Lot 6",
"phone": "310-646-2911",
"access": "public",
"status": "E",
"address": {
"zip": "90045",
"city": "Los Angeles",
"state": "CA",
"street": "1 World Way",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "$2 service fee + $0.45 per kWh",
"updatedAt": "2026-05-07T19:25:10Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "24 hours daily; pay lot",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 20,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
},
{
"id": 7195,
"lat": 34.228315,
"lon": -119.170865,
"name": "Courtyard Marriott - Oxnard Ventura",
"phone": "805-988-3600",
"access": "public",
"status": "E",
"address": {
"zip": "93030",
"city": "Oxnard",
"state": "CA",
"street": "600 E Esplanade Dr",
"country": "US"
},
"fuelType": "ELEC",
"evNetwork": "Non-Networked",
"evPricing": "Free",
"updatedAt": "2026-02-02T23:16:24Z",
"evDcFastNum": null,
"evNetworkWeb": null,
"cardsAccepted": null,
"distanceMiles": null,
"accessDaysTime": "24 hours daily; guest use only; 2 hour limit",
"evLevel1EvseNum": null,
"evLevel2EvseNum": 1,
"evConnectorTypes": [
"J1772"
],
"groupsWithAccess": "Public"
}
],
"total": 80564,
"source": {
"url": "https://developer.nlr.gov/",
"license": "Public domain (US DOE/NREL)",
"provider": "NREL Developer Network (National Renewable Energy Laboratory)"
}
},
"meta": {
"cost": {
"usd": 0.0012,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "energy.fuel-stations",
"settlement": {
"txHash": "0x5b223ee05579a463d3132a9bd1f048cafe06f723abc35ac1cda795b01c51f83d",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"