geographicevchargingbundlenorth-americaeuropeusacanadaukgermanyelectric-vehicleopen-charge-mapmaster
North America + Europe EV Charging Stations 2026 — 157k locations (US+CA+UK+DE) MASTER BUNDLE
About this data
MASTER BUNDLE: 157,938 public EV charging stations across North America and Europe in one file — United States (87k), Canada (19k), United Kingdom (28k) and Germany (25k), from Open Charge Map open data (2026 export, open license). Columns: country, lat/long, operator (Tesla, ChargePoint, Electrify America, BP Pulse, FLO...), connector types (CCS, CHAdeMO, NACS/Tesla, Type 2, J1772), power kW, points, status, usage type. One row per station with country column. For agents needing global/regional EV-infrastructure coverage in a single download. Source attribution included in every 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 | |
| country | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$40
Fixed price
Quality: 4.4 / 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: "North America + Europe EV Char" })
// Found: 49f74c69-3b06-414d-b0d9-1a3da30e3068
buy_now({ dataset_id: "49f74c69-3b06-414d-b0d9-1a3da30e3068" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/49f74c69-3b06-414d-b0d9-1a3da30e3068 \
-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": "49f74c69-3b06-414d-b0d9-1a3da30e3068"}'