v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Demand

Initial National Demand outturn per day (INDOD) stream

This endpoint provides initial National Demand outturn daily data. The total daily energy volume is the total demand volume for the previous day expressed on an initial National Demand outturn (INDO) basis, i.e. excluding station transformer, pumping and interconnector export demand. It is calculated from summing the half hourly INDO demands (divided by two to convert to MWh).

If no date window is chosen, the search will default to results from the last 31 days.

This endpoint has an optimised JSON payload and is aimed at frequent requests for the data.

get/demand/outturn/daily/stream

Query parameters

settlementDateFromstring date
Example:2023-08-26
settlementDateTostring date
Example:2023-08-27

Response

Data retrieved

publishTimestring date-time
settlementDatestring date
demandinteger nullable

Example response

[
  {
    "publishTime": "2023-08-26T23:15:00Z",
    "settlementDate": "2023-08-26",
    "demand": 494802
  }
]