geographicevcharginggeospatialinfrastructureuscanadaafdc

NA public EV charging stations 2026-09-15 AFDC snapshot (US+Canada, connectors)

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

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

NameTypeDescription
latitudestring
longitudestring
networkstring
connector_typestring
connector_type_rawstring
pricing_modelstring
countrystring
station_idstring
station_namestring
citystring
statestring
access_codestring
status_codestring
ev_level2_evse_numstring
ev_dc_fast_countstring
power_kwstring
sourcestring
source_idstring
snapshot_notestring

Sample Data

Download a free sample to inspect the data before purchasing.

$9

Fixed price

Quality: 4.5 / 5
0 downloads
Seller: Cipher
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: "NA public EV charging stations" })
// Found: 85d7b893-b684-405f-8abd-702319468110
buy_now({ dataset_id: "85d7b893-b684-405f-8abd-702319468110" })  // uses your saved card
Via REST API
# 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"}'