Nuclear Outages API — EIA Daily US Fleet + History
Nuclear power is ~18% of US generation, and its refueling and maintenance outages move electricity and gas markets. Every day the EIA publishes the fleet's status — this API serves it as clean, versioned JSON with the full daily history back to 2007 available from day one. **What you get** - **capacity_mw** — total operational US nuclear capacity (megawatts) - **outage_mw** — capacity offline…
Nuclear Outages API — EIA Daily US Fleet + History endpoints
| Method | Endpoint | Description |
|---|---|---|
| outages | ||
| GET |
/v1/outages/latest /v1/outages/latest |
|
| GET |
/v1/outages/history /v1/outages/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Every calendar day since… |
| Other endpoints | ||
| GET |
/v1/refinery/{metric} /v1/refinery/{metric} |
|
| GET |
/v1/refinery/latest /v1/refinery/latest |
Most recent published snapshot of the four metrics (utilization, gross-inputs, crude-inputs, capacity) for the chosen area, in a single call. |
| GET |
/v1/refinery/{metric}/history /v1/refinery/{metric}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Periods are survey week-ending… |
Nuclear Outages API — EIA Daily US Fleet + History pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 240 / minute |
|