v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

Initial National Demand outturn daily (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).

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

get/datasets/INDOD/stream

Query parameters

publishDateTimeFromstring date-time required
Example:2023-08-26T01:00:00Z
publishDateTimeTostring date-time required
Example:2023-08-27T01:00:00Z

Response

Data retrieved

datasetstring nullable
publishTimestring date-time
settlementDatestring date
demandinteger nullable

Example response

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