The open registry of U.S. energy infrastructure.

A public, citable database of every U.S. electric utility, territory, ISO, market node, and major asset. Free to read, edit, cite, and build on.

A preview of the CommonGrid interactive map, centered on Colorado, showing utility service territories, ISO/RTO boundaries, and transmission lines.Explore the registry
  • Utilities
  • Grid operators
  • Power plants
  • Transmission lines
  • EV stations

Nine entry points, one connected graph.

Every utility links to its territory, every territory to its operator, every plant to its interconnection. Start anywhere.

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.

edit2m ago
Southern California Edison
fields: service_area_km2, customers · 2 changes
MKmaria.kellogg
utility
add14m ago
Cimarron Bend III Wind Project
Kansas · 199 MW · commissioned 2025-11
JTjtorres
power plant
fix38m ago
CAISO SP15 load zone
boundary correction · cited CAISO 2026-Q1 OASIS
ARa.reyes
pricing node
edit1h ago
ConEd residential rate · SC-1
TOU windows updated per April 2026 tariff filing
SPsparikh
tariff
merge2h ago
PR #4,182 · Puerto Rico EV station backfill
247 stations added · moderators: 2 approvals
DKd.kowalski
batch · ev
add3h ago
Vineyard Wind 1
Massachusetts · 806 MW offshore · Avangrid / CIP
LNl.nguyen
power plant
edit4h ago
Dominion Energy VA · rider T1
clarified applicability to interconnection class 3
RCrchen
program
fix5h ago
MISO · Entergy Louisiana BA mapping
corrected from ERCOT classification (regression)
TMt.moreno
operator
+312 changes in the last 24h · +2,104 this weekView full changelog →

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.

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

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/substations— substations
GET/programs— programs
GET/searchfull-text
GET/changelogevery edit, attributed
MVT/tiles/{layer}/{z}/{x}/{y}vector tiles
Weekly snapshot · .sql.gz + .geojson layersDownload →