v1
latestOpenAPI 3.0.42026-07-233182951.4 MBPhysical Notifications (PN) stream
This endpoint provides Physical Notification data received from NGESO. A Physical Notification is the best estimate of the level of generation or demand that a participant in the BM expects a BM Unit to export or import, respectively, in a Settlement Period.
Physical Notifications are submitted as a series of point MW values.
The settlement period to query can be specified as a date and settlement period, or as a datetime which will resolve to the settlement period that time falls within. If a settlement period is provided, it will take precedence over the time portion of the datetime.
Some examples of date parameter combinations are shown below.
Filtering from settlement datetime to settlement datetime:
/datasets/PN/stream?from=2022-07-01T00:00Z&to=2022-07-03T06:00Z
Filtering from settlement datetime to settlement date and period:
/datasets/PN/stream?from=2022-07-01T00:00Z&to=2022-07-03&settlementPeriodTo=15
Filtering from settlement date and period to settlement datetime:
/datasets/PN/stream?from=2022-07-01&settlementPeriodFrom=3&to=2022-07-03T06:00Z
Filtering from settlement date and period to settlement date and period:
/datasets/PN/stream?from=2022-07-01&settlementPeriodFrom=3&to=2022-07-03&settlementPeriodTo=15
This endpoint has an optimised JSON payload and is aimed at frequent requests for PN data.
Query parameters
The settlement date to query from.
The settlement date to query up to.
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_ABRBO-1" ]
Response
Data retrieved
Example response
[
{
"dataset": "PN",
"settlementDate": "2022-07-01",
"settlementPeriod": 3,
"timeFrom": "2022-07-01T13:34:00Z",
"timeTo": "2022-07-01T13:34:00Z",
"levelFrom": 5,
"levelTo": 46,
"nationalGridBmUnit": "ABRBO-1",
"bmUnit": "T_ABRBO-1"
}
]