geographicevchargingfast-chargingcanadateslaccsnacssupercharger150kwroutingopen-charge-map
Canada Fast Charging Stations 2026 — 350 DC fast (>=150kW), CCS/NACS, operator (Open Charge Map)
About this data
350 Canadian EV charging stations with DC fast charging at 150kW+ — the EV-routing subset. From Open Charge Map open data (2026 export, open license). Columns: lat/long, operator (Tesla Supercharger, Petro-Canada, FLO...), connector types (CCS, NACS/Tesla), max power kW, points, status, usage type. Companion to the US fast-charging set; together = North America fast-charging coverage. For route planners and EV-infrastructure agents. Source attribution 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
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: "Canada Fast Charging Stations " })
// Found: a0c1b5d2-5dc0-44d0-9430-03bbc938a456
buy_now({ dataset_id: "a0c1b5d2-5dc0-44d0-9430-03bbc938a456" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/a0c1b5d2-5dc0-44d0-9430-03bbc938a456 \
-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": "a0c1b5d2-5dc0-44d0-9430-03bbc938a456"}'