An open data commons · continuously updated

The open registry of U.S. energy infrastructure.

CommonGrid is a public, citable database of every U.S. electric utility, territory, ISO, market node, and major asset — maintained by the people who work with this data every day. Free to read, edit, cite, and build on.

ERCOT
PJM
MISO
ISO-NE
NYISO
CAISO
SPP
SERC · FRCC
WECC · other
  • Utilities
  • Grid operators
  • Power plants
  • Transmission lines
  • EV stations
02 · Living registry

Every edit is citable, attributed, and reversible.

CommonGrid is built like a wiki, not a dump. Every change is a diff with an author, a source, and a timestamp. Every record has a history. Nothing is silently overwritten.

ChangeEntityContributorTypeWhen
edit
Southern California Edisonfields: service_area_km2, customers · 2 changes
MKmaria.kellogg
utility2m ago
add
Cimarron Bend III Wind ProjectKansas · 199 MW · commissioned 2025-11
JTjtorres
power plant14m ago
fix
CAISO SP15 load zoneboundary correction · cited CAISO 2026-Q1 OASIS
ARa.reyes
pricing node38m ago
edit
ConEd residential rate · SC-1TOU windows updated per April 2026 tariff filing
SPsparikh
tariff1h ago
merge
PR #4,182 · Puerto Rico EV station backfill247 stations added · moderators: 2 approvals
DKd.kowalski
batch · ev2h ago
add
Vineyard Wind 1Massachusetts · 806 MW offshore · Avangrid / CIP
LNl.nguyen
power plant3h ago
edit
Dominion Energy VA · rider T1clarified applicability to interconnection class 3
RCrchen
program4h ago
fix
MISO · Entergy Louisiana BA mappingcorrected from ERCOT classification (regression)
TMt.moreno
operator5h ago
+312 changes in the last 24h · +2,104 this weekView full changelog →
03 · The commons

Public infrastructure deserves public data.

The grid is a shared good. The knowledge of how it’s structured should be, too — available to regulators, researchers, startups, utilities, and anyone building what comes next.

Why open?

Fragmentation is the tax.

EIA forms, FERC filings, HIFLD shapefiles, state dockets, GIS exports — every serious grid question begins with three weeks of data plumbing. CommonGrid pays that cost once, for everyone.

Who maintains it?

People who work with this data.

Utility engineers, researchers, analysts at ISOs, and developers at energy startups. Contributors and a small elected moderation team. Texture funds the infrastructure; the project governs itself.

What’s the license?

ODbL 1.0 — free, forever.

Use it commercially. Build products on it. Redistribute it. The only obligation is attribution and sharing improvements back. Same license as OpenStreetMap.

04 · Contribute

How an edit becomes part of the record.

Low-friction for small fixes, structured for big changes. Anyone can propose; trusted contributors are auto-merged on uncontroversial fields; all changes are reversible.

01

Propose

Hit Suggest edit on any page. Cite a source. Describe what changed and why. Takes ~60 seconds for a field fix.

median: 43 s
02

Review

Moderators check citations and weigh conflicts. Trusted contributors skip review for non-critical fields. Contested changes trigger a discussion thread on the entity.

median: 2.4 h
03

Merge & ripple

Merged edits land in the next hourly snapshot, fan out to the API, and show up in the changelog with a permanent diff. Anything can be reverted in one click.

median: 1 h until live
04

Attribute

Every record carries its full edit history and citation trail. Researchers can cite a specific revision; auditors can see exactly who touched what.

permanent
05 · For developers

REST API, vector tiles, weekly snapshot.

60 requests/hour unauthenticated. 5,000/hour with a free key. Geo endpoints serve MVT tiles. Full database dumps published weekly under ODbL.

Quickstart · curl
# every utility in California
curl https://commongrid.info/api/v1/utilities?state=CA

# a specific power plant by slug
curl https://commongrid.info/api/v1/power-plants/palo-verde

# which utility serves this coordinate?
curl https://commongrid.info/api/v1/territories/lookup?lat=30.2672&lng=-97.7431

# state of a record at a point in time
curl https://commongrid.info/api/v1/utilities/austin-energy?at=2025-12-01
Core endpoints · v1
GET/utilities— records
GET/territories/lookuppoint-in-polygon
GET/isos— ISOs + RTOs + BAs
GET/power-plants— records
GET/transmission-lines— lines
GET/ev-stations— stations
GET/pricing-nodes— nodes
GET/programs— programs
GET/searchfull-text
GET/changelogevery edit, attributed
MVT/tiles/{layer}/{z}/{x}/{y}vector tiles
Weekly snapshot · .sql.gz + .geojson layersDownload →