Provenance
Freshness & coverage
Methods (9)
getFuelMix
readGeneration by fuel type (incl (MISO Public Data). gas) — current/today/yesterday.
Input schema
{ "type": "object", "properties": { "day": { "oneOf": [ { "type": "string", "enum": [ "current" ] }, { "type": "string", "enum": [ "today" ] }, { "type": "string", "enum": [ "yesterday" ] } ] } }, "additionalProperties": false }getRealTimeLoad
readSystem total load (real-time).
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }getLmp
readLocational marginal prices — consolidated table, ex-ante, or real-time 5-min.
Input schema
{ "type": "object", "properties": { "view": { "oneOf": [ { "type": "string", "enum": [ "consolidated" ] }, { "type": "string", "enum": [ "exAnte" ] }, { "type": "string", "enum": [ "realTime" ] } ] } }, "additionalProperties": false }getWindSolar
readWind & solar generation forecast vs actual.
Input schema
{ "type": "object", "properties": { "series": { "type": "string" } }, "additionalProperties": false }getInterchange
readNet actual / net scheduled interchange (NAI/NSI).
Input schema
{ "type": "object", "properties": { "type": { "type": "string" } }, "additionalProperties": false }getGenerationOutages
readGeneration outages, +/- 5 days.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }getBindingConstraints
readReal-time / sub-regional / reserve binding transmission constraints.
Input schema
{ "type": "object", "properties": { "type": { "type": "string" } }, "additionalProperties": false }getInterconnectionQueue
readGenerator interconnection queue (~3,800 projects); filter by state/fuelType/status.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "fuelType": { "type": "string" }, "status": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readMethod options and endpoint notes.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
