Half-hourly generation outturn by fuel type (FUELHH) stream
This endpoint provides the half-hourly generation outturn (Generation By Fuel type) to give our users an indication of the generation outturn for Great Britain. The data is aggregated by Fuel Type category and updated at 30-minute intervals with average MW values over 30 minutes for each category.
This endpoint includes additional settlement parameters such as Settlement Date and Settlement Period. The Settlement Date fields cannot be set when a Publish Date field is set.
Settlement date parameters must be provided in the exact format yyyy-MM-dd.
This endpoint has an optimised JSON payload and is aimed at frequent requests for the data.
Query parameters
List of Settlement Periods
[ 3, 4 ]
Fuel Type e.g. NUCLEAR
[ "NUCLEAR" ]
Response
Data retrieved
Example response
[
{
"dataset": "FUELINST",
"publishTime": "2022-06-25T13:00:00Z",
"startTime": "2022-06-25T13:00:00Z",
"settlementDate": "2022-06-25",
"settlementPeriod": 3,
"fuelType": "BIOMASS"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.