v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

Initial National Demand outturn daily (INDOD)

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 API endpoint has a maximum range of 2 years (731 days).

get/datasets/INDOD

Query parameters

publishDateTimeFromstring date-time required
Example:2023-08-26T01:00:00Z
publishDateTimeTostring date-time required
Example:2023-08-27T01:00:00Z
format'json' | 'xml' | 'csv'

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

Response

Data retrieved

Example response

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