v1
latestOpenAPI 3.0.42026-07-233182951.4 MBRun Up Rate Export (RURE)
This endpoint provides Run Up Rate Export data received from NGESO.
Run Up Rate Export (RURE) expresses the rate of increase in active power production (MW/minute) for a particular BM Unit which is exporting power within a particular operating range. There can be up to three of these for a given BM Unit.
By default, the from and to parameters filter the data by time inclusively. If the settlementPeriodFrom or settlementPeriodTo parameters are provided, the corresponding from or to parameter instead filters on settlement date, allowing for searching by a combination of time and/or settlement date & settlement period. Note: When filtering via settlement date, from/to are treated as Dates only, with the time being ignored. For example, 2022-06-01T00:00Z and 2022-06-01T11:11Z are both treated as the settlement date 2022-06-01.
All Dates and DateTimes should be expressed as defined within <a href="https://datatracker.ietf.org/doc/html/rfc3339#section-5.6" target="_blank">RFC 3339</a>.
Some examples of date parameter combinations are shown below.
Filtering from start time to start time:
/datasets/rure?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z
Filtering from start time to settlement date and period:
/datasets/rure?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z&settlementPeriodTo=1
Filtering from settlement date and period to start time:
/datasets/rure?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z&settlementPeriodFrom=1
Filtering from settlement date and period to settlement date and period:
/datasets/rure?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z&settlementPeriodFrom=1&settlementPeriodTo=1
Query parameters
The "from" start time or settlement date for the filter.
The "to" start time or settlement date for the filter.
The "from" settlement period for the filter. This should be an integer from 1-50 inclusive.
The "to" settlement period for the filter. This should be an integer from 1-50 inclusive.
The BM units to query. Add each unit separately. If no BM unit is selected all BM units will be displayed.
[ "T_FOYE-1" ]
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"dataset": "RURE",
"settlementDate": "2022-07-01",
"settlementPeriod": 3,
"time": "2022-07-01T13:34:00Z",
"rate1": 0.4,
"elbow2": 5,
"rate2": 300.2,
"nationalGridBmUnit": "ABRBO-1",
"bmUnit": "T_ABRBO-1"
}
]
}