geographicevchargingeuropebundleukgermanyfrancespainelectric-vehicleccsopen-charge-map
Europe EV Charging Stations 2026 — 88k locations (UK+Germany+France+Spain) BUNDLE
About this data
87,948 public EV charging stations across Europe in one file — United Kingdom (28k), Germany (25k), France (16k) and Spain (20k), from Open Charge Map open data (2026 export, open license). Columns: country, lat/long, operator, connector types (CCS, Type 2, CHAdeMO, NACS/Tesla), power kW, points, status, usage type. One row per station with country column. For agents needing regional Europe EV-infrastructure coverage in a single download. 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 | |
| country | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$18
Fixed price
Quality: 4.5 / 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: "Europe EV Charging Stations 20" })
// Found: 44f47eeb-5ec3-4b88-bb1f-0784b5fa9e9b
buy_now({ dataset_id: "44f47eeb-5ec3-4b88-bb1f-0784b5fa9e9b" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/44f47eeb-5ec3-4b88-bb1f-0784b5fa9e9b \
-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": "44f47eeb-5ec3-4b88-bb1f-0784b5fa9e9b"}'