v1
latestOpenAPI 3.0.42026-07-233182951.4 MB2 to 14 days ahead generation availability aggregated by Balancing Mechanism Units (UOU2T14D) stream
This endpoint provides a forward view of availability (also referred to as Output Usable data under the Grid Code) for generation and interconnector capacity, accounting for planned outages covering availability data from 2 days ahead to 14 days ahead; it is aggregated by National Grid Balancing Mechanism Units (NGC BMUs).
In the context of this report, BMUs can be considered as generating units. Elexon BMUs differs from NGC BMUs by including a prefix e.g. 'T_'. The mapping between NGC and Elexon BMUs can be retrieved via reference data API endpoints.
This endpoint has an optimised JSON payload and is aimed at frequent requests for the data.
Query parameters
The fuel type to query. Add each fuel type separately. If no fuel types are supplied, all fuel types will be returned.
[ "WIND" ]
Start of the Publish Time range to query. If specified, PublishDateTimeTo must also be specified. If both are omitted, latest published data is returned.
End of the Publish Time range to query. If specified, PublishDateTimeFrom must also be specified. If both are omitted, latest published data is returned.
The BM units to query. Add each unit separately. Either the Elexon ID or the National Grid ID can be used. If no BM unit is supplied all BM units will be returned.
[ "WTMSO-1" ]
Response
Data retrieved
Example response
[
{
"fuelType": "WIND",
"nationalGridBmUnit": "WTMSO-1",
"bmUnit": "T_WTMSO-1",
"publishTime": "2022-08-15T11:00:00Z",
"forecastDate": "2022-08-17",
"outputUsable": 84
}
]