v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Demand

Triad demand peaks (S0142, ITSDO, FUELHH)

Operational Triad peaks are calculated from the indicative demand peaks data.

Settlement Triad Peaks are calculated from the latest metered volume data available at the point one month following the Triad season's end. For any Triad season still in progress, the latest run type data is used.

All Triad peaks are at least 10 days clear of one another.

get/demand/peak/triad

Query parameters

data'operational' | 'settlement' required
Example:operational

The type of data. Supports values of 'operational' or 'settlement'.

triadSeasonStartYearinteger
Example:2021

A year indicating the Triad season starting on 1 November of the given year.

format'json' | 'xml' | 'csv'

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

Response

Data retrieved

Example response

{
  "data": [
    {
      "settlementDate": "2021-10-01",
      "settlementPeriod": 3,
      "halfHourEndTime": "2021-10-01T01:00:00Z",
      "demand": 36256,
      "settlementRunType": "II"
    }
  ],
  "metadata": {
    "datasets": [
      "DATASET"
    ]
  }
}