v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

Restoration Region Demand Restored (RZDR)

This endpoint provides the restored demand value 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/RZDR

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": "RZDR",
      "submissionDateTime": "2025-01-01T07:01:07",
      "publishTime": "2025-01-01T00:00:10",
      "region": "North Scotland",
      "gspGroupId": "_A",
      "restoredDemand": 1234
    }
  ]
}