v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

Stable Import Limit (SIL) stream

This endpoint provides Stable Import Limit data received from NGESO. Stable Import Limit is a negative megawatt value, expressing the minimum stable operating level at which a particular BM Unit can import power from the transmission system.

If no date window is chosen, the search will default to results from last 24 hours.

This endpoint has an optimised JSON payload and is aimed at frequent requests for SIL data.

get/datasets/SIL/stream

Query parameters

fromstring date-time
Example:2022-07-20T13:15Z

The start of the data time window.

tostring date-time
Example:2022-07-21T13:15Z

The end of the data time window.

bmUnitstring[]

The BM units to query. Add each unit separately. If no BM unit is selected all BM units will be displayed.

[
  "T_KILLPG-1"
]

Response

Data retrieved

datasetstring nullable
settlementDatestring date
settlementPeriodinteger
timestring date-time
levelinteger
nationalGridBmUnitstring nullable
bmUnitstring nullable

Example response

[
  {
    "dataset": "SEL",
    "settlementDate": "2022-07-01",
    "settlementPeriod": 3,
    "time": "2022-07-01T13:34:00Z",
    "level": 5,
    "nationalGridBmUnit": "ABRBO-1",
    "bmUnit": "T_ABRBO-1"
  }
]