---
title: "Get Forecast Premium Wind"
method: GET
path: "/data/forecast/premium_wind_power"
tags: ["Forecast", "Premium Wind Power"]
---

# Get Forecast Premium Wind

`GET /data/forecast/premium_wind_power`

## Query parameters

- `resource_id` string, nullable, required
- `output_parameters` string[]
- `period` 'PT5M' | 'PT10M' | 'PT15M' | 'PT20M' | 'PT30M' | 'PT60M', nullable
- `hours` integer, nullable
- `format` 'json' | 'csv', nullable
- `request_id` string, nullable
- `issue_time` string, date-time, nullable

## Response `200`

OK

- ForecastPremiumWindPowerResponse
  - `forecasts` object[], nullable

## Changes

- **2026-08-26** `ec8e5425d984` — 1 breaking, 12 info
  - the `query` request parameter `period` was restricted to a list of enum values
  - added the new enum value `PT10M` to the `query` request parameter `period`
  - added the new enum value `PT15M` to the `query` request parameter `period`
  - added the new enum value `PT20M` to the `query` request parameter `period`
  - …9 more

[Change history](https://skmtc.dev/solcast/apis/solcast-api/changes/data/forecast/premium_wind_power/get.md)

---

[API](https://skmtc.dev/solcast/apis/solcast-api.md) · [All operations](https://skmtc.dev/solcast/apis/solcast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solcast/solcast-api/revisions/ec8e5425d984/schema)
