geographicteslasuperchargerevchargingusanacsdc-fast150kwroutingopen-charge-map
US Tesla Superchargers 2026 — 2,155 DC fast sites (Open Charge Map)
About this data
2,155 US Tesla Supercharger DC fast-charging sites (150kW+, NACS connectors) extracted from the full US fast-charging set — the precise subset EV-routing and trip-planning agents need for a Tesla-brand network. From Open Charge Map open data (2026, open license). Columns: lat/lng, operator, usage type, points, connectors, max power kW, status, source. For route planners and EV agents.
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.
$8
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 Tesla Superchargers 2026 — " })
// Found: c42b63bf-74b5-4604-90a9-8dc9b9134e22
buy_now({ dataset_id: "c42b63bf-74b5-4604-90a9-8dc9b9134e22" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/c42b63bf-74b5-4604-90a9-8dc9b9134e22 \
-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": "c42b63bf-74b5-4604-90a9-8dc9b9134e22"}'