v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Demand

Peak demand per day (ITSDO)

This endpoint allows for retrieving peak ITSDO demand for each day from National Grid ESO. Results are filtered by a range of Date parameters. Results default to yesterday's peak if no parameters are supplied.

Date parameters must be provided in the exact format yyyy-MM-dd.

get/demand/peak

Query parameters

fromstring date
Example:2021-10-01

The start of the requested date range.

tostring date
Example:2021-10-30

The end of the requested date range.

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

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

Response

Data retrieved

Example response

{
  "metadata": {
    "datasets": [
      "DATASET"
    ]
  }
}