Market validation

Grid Emissions Monitor

A proposed API and CSV feed product for teams that need public EPA eGRID power plant, state, balancing authority, eGRID subregion, generation, emissions, emission-rate, and resource-mix records normalized for analytics workflows.

GET /v1/energy/egrid/emission-rates?year=2023&subregion=ERCT&resource=gas
{
  "data": [
    {
      "year": 2023,
      "plantId": "SAMPLE-PLT-001",
      "plantName": "Sample Combined Cycle Plant",
      "state": "TX",
      "balancingAuthority": "ERCO",
      "egridSubregion": "ERCT",
      "netGenerationMwh": 1250000,
      "co2Tons": 421000,
      "co2eRateLbMwh": 674.2,
      "resourceMixPrimary": "Gas",
      "source": "EPA eGRID2023-compatible sample"
    }
  ],
  "meta": { "sampleOnly": true, "market": "grid-emissions" }
}

Validation Thesis

This concept is only built further if tracked requests, demo clicks, or marketplace intent justify the build.

Public Data Sources

The initial product would normalize public records into stable polling endpoints and exports.

Buyer Workflows

These are the specific self-serve workflows this page is testing before any backend is built.

Grid carbon intensity lookup

Normalize public eGRID records by plant, state, balancing authority, subregion, generation, emissions, rates, and resource mix.

Facilities and data center reporting feed

Route grid-region emissions factors and resource-mix records into sustainability, facilities, data center, and energy analytics workflows.

Release and revision monitor

Refresh CSV snapshots and API cache when EPA publishes new eGRID annual releases, revisions, summary data, or data notes.

Specific Workflow Tests

These pages test sharper buyer searches before implementation.

Monetization Hypothesis

Pricing only becomes meaningful after tracked demand appears. The first offer should stay narrow and low-touch.

Validation FAQ

Is this eGRID emissions API live?

No. This is a validation page. Build priority depends on tracked request, sample-download, demo, and paid-API intent.

Would it certify carbon accounting or ESG scores?

No. The proposed product would normalize public EPA eGRID records and source links only. Buyers remain responsible for carbon accounting, ESG, regulatory, procurement, and offset decisions.