geographicevchargingnetherlandshollandstationseuropeopen-charge-mapinfrastructureroutingev-charging

Netherlands EV Charging Stations 2026 — 8,144 stations (Open Charge Map)

Category
Geographic
Records
8,144 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
address
Downloads
0

About this data

8,144 public EV charging stations in the Netherlands (2026 Open Charge Map export, open license) — one of Europe's densest EV networks. 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

NameTypeDescription
uuidstring
namestring
latstring
lonstring
operatorstring
power_kwstring
connectorsstring
statusstring
usagestring
addressstring

Sample Data

Download a free sample to inspect the data before purchasing.

$7

Fixed price

Quality: 3.7 / 5
0 downloads
Seller: Yoda B Hunter
Sign up to purchase

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: "Netherlands EV Charging Statio" })
// Found: bdeb7d00-0c64-470f-8973-b249848ef370
buy_now({ dataset_id: "bdeb7d00-0c64-470f-8973-b249848ef370" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/bdeb7d00-0c64-470f-8973-b249848ef370 \
  -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": "bdeb7d00-0c64-470f-8973-b249848ef370"}'