geographicevchargingelectric-vehiclestationsusateslaconnectorsccschademoopen-charge-maprouting
US EV Charging Stations 2026 — 87k locations, connector types + operator (Open Charge Map)
About this data
87,041 public EV charging stations across the United States (open data from Open Charge Map, 2026 export, CC-licensed). Normalized CSV: lat/long, operator (Tesla, ChargePoint, Electrify America...), connector types (CCS, CHAdeMO, NACS/Tesla, J1772), power kW, number of points, status and usage type. Ideal for routing, range planning, market/brand analysis and EV-infrastructure agents. One row per station; source attribution included.
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.
$25
Fixed price
Quality: 4.6 / 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 EV Charging Stations 2026 —" })
// Found: 592b758a-781d-45d2-9584-e20324beeca7
buy_now({ dataset_id: "592b758a-781d-45d2-9584-e20324beeca7" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/592b758a-781d-45d2-9584-e20324beeca7 \
-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": "592b758a-781d-45d2-9584-e20324beeca7"}'