v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Demand Forecast

Week-ahead total load forecast (WATL/B0630)

This endpoint returns week-ahead total load forecast per bidding zone data with the minimum possible and maximum available total loads in MW values, filtered by forecast week.

For a given forecast date, if more than one forecast has been published, only the most recent forecast is returned.

This API endpoint has a maximum range of 367 days.

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

get/forecast/demand/total/week-ahead

Query parameters

fromstring date required
Example:2023-08-21

The earliest forecast date to include.

tostring date required
Example:2023-08-27

The latest forecast date to include.

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

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

Response

Data retrieved

Example response

{
  "data": [
    {
      "publishTime": "2023-07-12 05:00:00Z",
      "forecastDate": "2023-07-24",
      "forecastWeek": 30,
      "minimumPossible": 18034,
      "maximumAvailable": 35011
    }
  ],
  "metadata": {
    "datasets": [
      "DATASET"
    ]
  }
}