v1
latestOpenAPI 3.0.42026-07-233182951.4 MBBMRS Datasets
Restoration Region Demand Forecast (RZDF)
This endpoint provides the forecasted peak demand values (60% and 100%) for each restoration region with filtering by submission time, region, and GSP Group ID (when received by NESO). This API endpoint supports up to 12 months range per request.
get/datasets/RZDF
Query parameters
submissionDateTimeFromstring date-time required
Example:2025-06-25 00:00:00Z
The submission date and time to filter from. This should be in the format yyyy-MM-dd HH:mm:ssZ.
submissionDateTimeTostring date-time required
Example:2025-07-05 00:00:00Z
The submission date and time to filter to. This should be in the format yyyy-MM-dd HH:mm:ssZ.
region'North Scotland' | 'South Scotland' | 'North West' | 'North East' | 'Midlands' | 'South West' | 'South East'
The region to filter by.
gspGroupIdstring
The GSP Group ID to filter by.
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"dataset": "RZDF",
"submissionDateTime": "2025-01-01T07:01:07",
"publishTime": "2025-01-01T00:00:10",
"settlementDate": "2025-01-02",
"region": "North Scotland",
"gspGroupId": "_A",
"forecastDemand60": 1234,
"forecastDemand100": 12345
}
]
}