Power Forecast
Authentication
X-API-Key: your_api_key_id:your_api_secretBase URL
https://query.jua.aiQuick Start
Get Latest Solar Forecast
curl -X POST "https://query.jua.ai/v1/power-forecast/data" \
-H "X-API-Key: your_api_key_id:your_api_secret" \
-H "Content-Type: application/json" \
-d '{
"zone_keys": ["DE"],
"psr_types": ["Solar"],
"latest_init_time": true
}'Get Historical Wind Data
Available Endpoints
Last updated