geographicevchargingfranceelectric-vehicleccstype2chademoteslaconnectorsopen-charge-mapeurope
France EV Charging Stations 2026 — 16k locations, connector + operator (Open Charge Map)
About this data
15,993 public EV charging stations across France (open data from Open Charge Map, 2026 export, open license). Normalized CSV: lat/long, operator (Allego, TotalEnergies, Engie...), connector types (CCS, Type 2, CHAdeMO, NACS/Tesla), power kW, points, status, usage type. Adds France to the UK + Germany Europe coverage. For EV routing, infrastructure and market agents. Source attribution included 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 |
Sample Data
Download a free sample to inspect the data before purchasing.
$6
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: "France EV Charging Stations 20" })
// Found: 8d47e259-e4d6-4930-88fd-ade9100d1bee
buy_now({ dataset_id: "8d47e259-e4d6-4930-88fd-ade9100d1bee" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/8d47e259-e4d6-4930-88fd-ade9100d1bee \
-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": "8d47e259-e4d6-4930-88fd-ade9100d1bee"}'