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

# Restoration Region Demand Forecast (RZDF)

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

## 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

- InsightsApiModelsResponsesDatasetResponse1InsightsApiModelsResponsesRestorationZoneRestorationZoneDemandForecastDatasetRow
  - `data` InsightsApiModelsResponsesRestorationZoneRestorationZoneDemandForecastDatasetRow[], nullable
    - `dataset` string, nullable
    - `submissionDateTime` string, date-time
    - `publishTime` string, date-time
    - `settlementDate` string, date
    - `region` string, nullable
    - `gspGroupId` string, nullable
    - `forecastDemand60` integer
    - `forecastDemand100` 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/revisions/d94e9edb295e/schema)
