v1
latestOpenAPI 3.0.42026-07-233182951.4 MBBMRS Datasets
Actual Generation Output Per Generation Unit (B1610)
This endpoint provides the actual metered volume output (MWh) per Settlement Period for all BM units (Positive, Negative or zero MWh values).
The settlement period to query must be specified as a date and settlement period. The date must be given in the format yyyy-MM-dd.
The information is published five days after the end of the operational period based on the Interim Information (II) Settlement Run and the data is refreshed by subsequent Settlement Runs.
The generation output returned by this endpoint is the metered volume and not the instantaneous power output as often appears in other specifications.
get/datasets/B1610
Query parameters
settlementDatestring date required
Example:2022-08-12
settlementPeriodinteger required
Example:10
bmUnitstring[]
[ "T_CNQPS-1" ]
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"dataset": "B1610",
"psrType": "Generation",
"bmUnit": "T_CNQPS-1",
"nationalGridBmUnitId": "CNQPS-1",
"settlementDate": "2022-08-12",
"settlementPeriod": 10,
"halfHourEndTime": "2022-08-12T04:00:00Z",
"quantity": 116.109
}
]
}