geographicevchargingfast-chargingdc-fastsuperchargerusateslaccsnacs150kwroutingopen-charge-map
US Fast Charging Stations 2026 — 5k DC fast (>=150kW), CCS/NACS, operator (Open Charge Map)
About this data
5,036 US EV charging stations with DC fast charging at 150kW or higher — the subset EV-routing and trip-planning agents need. From Open Charge Map open data (2026 export, open license). Columns: lat/long, operator (Tesla Supercharger, Electrify America, ChargePoint...), connector types (CCS, NACS/Tesla, CHAdeMO), max power kW, points, status, usage type. Derived from the full 87k US set. For route planners, EV-infrastructure and market agents. Source attribution per row.
Schema
| Name | Type | Description |
|---|---|---|
| id | string | |
| lat | string | |
| lng | string | |
| operator | string | |
| usage_type | string | |
| points | string | |
| connectors | string | |
| power_kw | string | |
| status | string | |
| data_source | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$12
Fixed price
Quality: 4.9 / 5
0 downloads
Seller: Yoda B Hunter
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "US Fast Charging Stations 2026" })
// Found: 2f76bc2c-4705-4bcd-b072-7a218da9863e
buy_now({ dataset_id: "2f76bc2c-4705-4bcd-b072-7a218da9863e" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/2f76bc2c-4705-4bcd-b072-7a218da9863e \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "2f76bc2c-4705-4bcd-b072-7a218da9863e"}'