geographicevchargingdenmarkdanmarkstationsnordiceuropeopen-charge-mapinfrastructurerouting
Denmark EV Charging Stations 2026 — 2,203 stations (Open Charge Map)
About this data
2,203 public EV charging stations in Denmark (2026 Open Charge Map export, open license). Columns: name, lat/long, operator, max power kW, connector types, status, usage type, address. For EV-infrastructure, routing and market agents. Source attribution per row.
Schema
| Name | Type | Description |
|---|---|---|
| uuid | string | |
| name | string | |
| lat | string | |
| lon | string | |
| operator | string | |
| power_kw | string | |
| connectors | string | |
| status | string | |
| usage | string | |
| address | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$5
Fixed price
Quality: 3.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: "Denmark EV Charging Stations 2" })
// Found: 6bb10541-8b99-4c80-85c9-395e19b3b9ad
buy_now({ dataset_id: "6bb10541-8b99-4c80-85c9-395e19b3b9ad" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/6bb10541-8b99-4c80-85c9-395e19b3b9ad \
-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": "6bb10541-8b99-4c80-85c9-395e19b3b9ad"}'