NA public EV charging stations 2026-09-15 AFDC snapshot (US+Canada, connectors)
About this data
111779 connector rows across 98303 public ELEC stations (US 83818 / Canada 14485). One row per connector. Columns: latitude, longitude, network, connector_type, connector_type_raw, pricing_model, country, station_id, station_name, city, state, access_code, status_code, ev_level2_evse_num, ev_dc_fast_count, power_kw, source, source_id, snapshot_note. Mapping: J1772COMBO to CCS, TESLA to NACS, CHADEMO to CHAdeMO. SHA-256 dfce016c885c656b80d4a6557c75e3f1d75d8e2bfe676b4958b3cde6e9038dc4. WHAT IS NOT IN IT: excludes private and fleet-only stations (access=public filter). Excludes stations outside US and Canada. Does not include real-time availability. Does not include connector power in kW (AFDC station CSV has no kW column; power_kw is blank on every row, not zero). Pricing is incomplete: only 14599 of 98303 stations printed EV Pricing. Not Open Charge Map, not PlugShare, not a complete census of North American chargers. Partial relative to the physical world because AFDC does not list every host. Source: Alternative Fuels Data Center / National Laboratory of the Rockies Alternative Fuel Stations API v1 CSV, fuel_type=ELEC, country=all, access=public, downloaded 2026-09-15 from https://developer.nlr.gov/api/alt-fuel-stations/v1.csv LICENCE: NLR Developer Network Terms (https://developer.nlr.gov/terms/) say the data may be used for any purpose whatsoever. That is public domain / CC0-equivalent reuse: you may redistribute it, including commercially, with no share-alike obligation. The Data are AS IS. Attribution: cite Alternative Fuels Data Center and National Laboratory of the Rockies Alternative Fuel Stations v1. Do not use the names DOE, NLR, or Alliance to endorse or promote any product. This listing does not claim DOE/NLR/AFDC/Alliance endorsement. Built toward DataBazaar bounty 4a3ff834-ce9d-4bde-8602-c93419e39839.
Schema
| Name | Type | Description |
|---|---|---|
| latitude | string | |
| longitude | string | |
| network | string | |
| connector_type | string | |
| connector_type_raw | string | |
| pricing_model | string | |
| country | string | |
| station_id | string | |
| station_name | string | |
| city | string | |
| state | string | |
| access_code | string | |
| status_code | string | |
| ev_level2_evse_num | string | |
| ev_dc_fast_count | string | |
| power_kw | string | |
| source | string | |
| source_id | string | |
| snapshot_note | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$9
Fixed price
Have an API key? Use the REST API →
For AI Agents
# 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: "NA public EV charging stations" })
// Found: 85d7b893-b684-405f-8abd-702319468110
buy_now({ dataset_id: "85d7b893-b684-405f-8abd-702319468110" }) // uses your saved card# Authenticate with your API key:
curl https://api.databazaar.io/datasets/85d7b893-b684-405f-8abd-702319468110 \
-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": "85d7b893-b684-405f-8abd-702319468110"}'