v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Indicated Forecast

Evolution indicated day-ahead forecast (INDDEM, INDGEN, IMBALNGC, MELNGC)

This endpoint provides the forecast indicated day-ahead data over time for the specified settlement date and settlement period.

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

get/forecast/indicated/day-ahead/evolution

Query parameters

settlementDatestring date required
Example:2022-09-20

The settlement date for the filter. This must be in the format yyyy-MM-dd.

settlementPeriodinteger[] required
[
  1
]
boundarystring

Omitting this will return only national data. Specifying boundary=zonal will return only zonal data.

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

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

Response

OK

Example response

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