Evolution of the fourteen-day generation capacity forecast over time (FOU2T14D)
This endpoint provides the evolution of all daily generation forecasts over time for a given Forecast Date.
Date parameter must be provided in the exact format yyyy-MM-dd.
Query parameters
The forecast date for the filter. This must be in the format yyyy-MM-dd.
The filter level for the forecast. This can be one of the following:
- total: the total forecast for the given time period.
- bmUnit: the forecast for each specified BM unit.
- fuelType: the forecast aggregated, and optionally filtered by fuel type.
The BM units to query. Add each unit separately. Either the Elexon ID (Eg: T_CARR-1) or National Grid ID (Eg: CARR-1) can be used. Between 1 and 10 units should be queried when using the bmUnit level.
The fuel type to query when using the fuelType level. Add each fuel type separately. If no fuel types are supplied, all fuel types will be returned.
[ "CCGT" ]
Response data format. Use json/xml to include metadata.
Response
OK
Example response
{
"data": [
{
"publishTime": "2024-06-07T15:00:00Z",
"fuelType": "CCGT",
"ngcBmUnit": "CARR-1",
"bmUnit": "T_CARR-1",
"outputUsable": 418,
"forecastDate": "2024-06-07"
}
],
"metadata": {
"datasets": [
"DATASET"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.