Power Forecast
Response format: 'json' or 'arrow'
jsonPossible values: Query parameters for power forecast data.
Supports two mutually exclusive query modes:
Horizon mode (init_time-centric): - Specify init_times (or latest_init_time=True) - 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"]Specific init times to query (horizon mode)
["2025-12-01T00:00:00Z"]Use the latest available init time (horizon mode)
falseMaximum 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