geographicevchargingfranceelectric-vehicleccstype2chademoteslaconnectorsopen-charge-mapeurope

France EV Charging Stations 2026 — 16k locations, connector + operator (Open Charge Map)

Category
Geographic
Records
15,993 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
idstring
latstring
lngstring
operatorstring
usage_typestring
pointsstring
connectorsstring
power_kwstring
statusstring
data_sourcestring

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
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: "France EV Charging Stations 20" })
// Found: 8d47e259-e4d6-4930-88fd-ade9100d1bee
buy_now({ dataset_id: "8d47e259-e4d6-4930-88fd-ade9100d1bee" })  // uses your saved card
Via 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"}'