Power Forecast
Response format: 'json' or 'arrow'
jsonPossible values: When true, JSON responses are wrapped in {data, units}. Units are always sent via X-Variable-Units header regardless.
falseQuery parameters for power forecast data.
Supports two mutually exclusive query modes:
Horizon mode (init_time-centric): - Specify init_time as datetime(s) or relative tokens (latest/latest-N) - Optionally limit by max_prediction_timedelta
Time range mode (time-centric): - Specify start_time / end_time - Computed time = init_time + prediction_timedelta * 60s
Common filters: - zone_keys: List of zone codes (e.g. ["DE", "FR"]) - psr_types: List of generation types (e.g. ["Solar", "Wind Onshore"])
List of zone codes (e.g. ['DE', 'FR'])
["DE"]List of PSR types (e.g. ['Solar', 'Wind Onshore'])
["Solar","Wind Onshore"]Init time selection for horizon mode. Accepts datetime(s), 'latest', or 'latest-N'.
latestOffset from latest forecast (0 = latest, 1 = second latest, etc.)
Maximum prediction horizon in minutes (horizon mode)
Start of time range (inclusive, time range mode)
2025-12-01T00:00:00ZEnd of time range (exclusive, time range mode)
2025-12-07T00:00:00ZIANA time zone name for time formatting (e.g. 'Europe/Berlin')
UTCColumns to order by. Supports direction suffix: 'time__desc' for descending. Default: time ASC.
["time","zone_key"]Pagination parameters
Successfully retrieved power forecast data
Invalid query parameters
Authentication required
Insufficient permissions
Validation Error
Zone key to filter init times by
PSR type(s) to filter by. When multiple are given, only init_times available for ALL of them are returned.
Maximum number of init times to return (default 96, ~4 days)
96Successfully retrieved init times
Validation Error
Last updated