---
title: "Restoration Region Demand Restored (RZDR)"
method: GET
path: "/datasets/RZDR"
tags: ["BMRS Datasets"]
---

# Restoration Region Demand Restored (RZDR)

`GET /datasets/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.

## Query parameters

- `submissionDateTimeFrom` string, date-time, required
- `submissionDateTimeTo` string, date-time, required
- `region` 'North Scotland' | 'South Scotland' | 'North West' | 'North East' | 'Midlands' | 'South West' | 'South East'
- `gspGroupId` string
- `format` 'json' | 'xml' | 'csv'

## Response `200`

Data retrieved

- InsightsApiModelsResponsesDatasetResponse1InsightsApiModelsResponsesRestorationZoneRestorationZoneDemandRestoredDatasetRow
  - `data` InsightsApiModelsResponsesRestorationZoneRestorationZoneDemandRestoredDatasetRow[], nullable
    - `dataset` string, nullable
    - `submissionDateTime` string, date-time
    - `publishTime` string, date-time
    - `region` string, nullable
    - `gspGroupId` string, nullable
    - `restoredDemand` integer

## Other responses

- `400` — Error with query parameters - see response for details
- `429` — Too many requests
- `500` — Server error - please try again later

---

[API](https://skmtc.net/elexon/apis/bmrs-insights.md) · [All operations](https://skmtc.net/elexon/apis/bmrs-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elexon/bmrs-insights/versions/d94e9edb295e/schema)
