v1
latestOpenAPI 3.0.42026-07-233182951.4 MBBMRS Datasets
Non-BM STOR (NONBM)
This endpoint provides data about the Short Term Operating Reserves (STOR) that have been made use of by NGESO. This is activity that is outside of the Balancing Mechanism and takes place to meet the need to increase generation or decrease demand.
To retrieve data from a particular time window, use the optional start and end time parameters. These times should be expressed as defined within <a href="https://datatracker.ietf.org/doc/html/rfc3339#section-5.6" target="_blank">RFC 3339</a>. If no time window is chosen, the default output will be the latest published data.
get/datasets/NONBM
Query parameters
fromstring date-time
Example:2022-06-25T13:15Z
The start of the data publish time window.
tostring date-time
Example:2022-06-27T19:45Z
The end of the data publish time window.
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"dataset": "NONBM",
"publishTime": "2022-06-25T13:34:00Z",
"startTime": "2022-06-25T13:00:00Z",
"settlementDate": "2022-06-25",
"settlementPeriod": 29
}
]
}