---
title: "Peak wind generation forecast for each day (WINDFOR)"
method: GET
path: "/forecast/generation/wind/peak"
tags: ["Generation Forecast"]
---

# Peak wind generation forecast for each day (WINDFOR)

`GET /forecast/generation/wind/peak`

This endpoint provides the peak wind generation forecast data.
This provides wind generation forecast for wind farms which are visible to the ESO and have operational metering.
Updated data is published by NGESO up to 8 times a day at 03:30, 05:30, 08:30, 10:30, 12:30, 16:30, 19:30 and 23:30.
Results are filtered by a range of DateTime parameters.
            
Date parameters must be provided in the exact format yyyy-MM-dd.

## Query parameters

- `from` string, date
- `to` string, date
- `format` 'json' | 'xml' | 'csv'

## Response `200`

OK

- InsightsApiModelsResponsesResponseWithMetadata1InsightsApiModelsResponsesGenerationWindGenerationForecast
  - `data` InsightsApiModelsResponsesGenerationWindGenerationForecast[], nullable
    - `publishTime` string, date-time
    - `startTime` string, date-time
    - `settlementDate` string, date
    - `settlementPeriod` integer
    - `generation` integer, nullable
  - `metadata` InsightsApiModelsMetadataApiResponseSourceMetadata
    - `datasets` string[], nullable

---

[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)
