Uk Power
Authorizations
Query parameters
formatstring · enumOptionalDefault:
Response format: 'json' or 'arrow'
jsonPossible values: include_unitsbooleanOptionalDefault:
When true, JSON responses are wrapped in {data, units}.
falseBody
Query parameters for UK power generation timeseries data.
Variables are aggregated totals:
- wind: transmission + embedded wind generation
- solar: total solar generation
- wind_forecast: day-ahead total wind forecast
- solar_forecast: day-ahead solar forecast
start_timestring · date-timeRequiredExample:
Start time for the query (inclusive)
2025-12-01T00:00:00Zend_timestring · date-time · nullableOptionalExample:
End time for the query (exclusive). If None, no upper bound.
2025-12-15T00:00:00Zaggregationstring · enumOptionalDefault:
Temporal aggregation to apply
nonePossible values: temporal_resolution_minutesinteger · nullableOptional
Target temporal resolution in minutes. When set, data is linearly interpolated in ClickHouse to the requested cadence (native NESO data is 30-minute; use 15 for 15-minute interpolation). Set to None (the default) to return data at its native resolution.
time_zonestring · nullableOptionalExample:
IANA time zone for time formatting (e.g. 'Europe/London').
UTCResponses
200
Successfully retrieved UK power data
anyOptional
400
Invalid query parameters
401
Authentication required
422
Validation Error
application/json
post/v1/uk-power/data
Last updated