MISO · Example Payload

Miso Data Exchange Lgi Get_V1_Real_Time_Date_Demand_Forecast

EnergyUnited StatesElectricityEnergy MarketsGridSystem OperatorMarket OperatorWholesale PowerOpen Energy DataRenewablesSolarDemand ResponseUtilities

Miso Data Exchange Lgi Get_V1_Real_Time_Date_Demand_Forecast is an example object payload from MISO, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datapage

Example Payload

Raw ↑
{
  "data": [
    {
      "interval": "string",
      "demand": 0
    }
  ],
  "page": {
    "pageNumber": 0,
    "pageSize": 0,
    "totalElements": 0,
    "totalPages": 0,
    "lastPage": true
  }
}