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.
- —Utilities
- —Grid operators
- —Power plants
- —Transmission lines
- —EV stations
Eight entry points, one connected graph.
Every utility links to its territory, every territory to its operator, every plant to its interconnection. Start anywhere.
All U.S. utilities — IOUs, co-ops, munis, and federal power agencies. Filtered by state, segment, and ISO.
The entities that coordinate dispatch, markets, and reliability across every interconnection.
Demand response, rebates, EV programs, VPP — queryable by asset type, segment, and territory.
Residential and commercial rate structures — TOU windows, demand charges, standby, net metering.
Solar, wind, nuclear, gas, hydro — EIA Form 860 normalized and connected to utilities and territories.
High-voltage infrastructure from 69 kV to 765 kV. Spatially queryable, attributed to owners.
Every public AC and DC station in the U.S. — networks, plug standards, and power levels.
Wholesale market nodes — trading hubs, load zones, SUBLAPs, and generation pricing across 7 ISOs/RTOs.
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.
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.
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.
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.
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.
Propose
Hit Suggest edit on any page. Cite a source. Describe what changed and why. Takes ~60 seconds for a field fix.
Review
Moderators check citations and weigh conflicts. Trusted contributors skip review for non-critical fields. Contested changes trigger a discussion thread on the entity.
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.
Attribute
Every record carries its full edit history and citation trail. Researchers can cite a specific revision; auditors can see exactly who touched what.
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.
# 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