v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Demand

Initial National Demand outturn per day (INDOD)

This endpoint provides initial National Demand outturn data per day. 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 API endpoint has a maximum range of 2 years (731 days).

get/demand/outturn/daily

Query parameters

settlementDateFromstring date
Example:2023-08-26
settlementDateTostring date
Example:2023-08-27
format'json' | 'xml' | 'csv'

Response data format. Use json/xml to include metadata.

Response

Data retrieved

Example response

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