geographicevcharginggermanydeutschlandelectric-vehicleccstype2connectorsopen-charge-mapeurope
Germany EV Charging Stations 2026 — 24,5k locations, connector types + operator (Open Charge Map)
About this data
24,551 public EV charging stations across Germany (open data from Open Charge Map, 2026 export, open license). Normalized CSV: lat/long, operator, connector types (CCS, CHAdeMO, Type 2), power kW, points, status, usage type. Europe coverage alongside the UK set; Germany is the largest EU EV market. For routing, EV-infrastructure and market agents. 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.
$7
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: "Germany EV Charging Stations 2" })
// Found: a77196e5-d1a7-48b8-b790-e83b067a6ff9
buy_now({ dataset_id: "a77196e5-d1a7-48b8-b790-e83b067a6ff9" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/a77196e5-d1a7-48b8-b790-e83b067a6ff9 \
-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": "a77196e5-d1a7-48b8-b790-e83b067a6ff9"}'