API Documentation
Querying Forecasts
The Meteonorm API provides two similar forecast endpoints:
/forecast/basic
. Medium accuracy, hourly resolution only. Updated every 6 hours./forecast/precision
. High accuracy, hourly, 15-minute, and 1-minute resolutions. Updated every 15 minutes.
The following example returns a PV production forecast for a south-facing (180°) solar panel with a tilt of 30°, for the next 5 days:
Code(sh)
To get a forecast with higher accuracy, simple replace /v1/forecast/basic
with
/v1/forecast/precision
.
See the API Reference for a complete list of options.
Note: These examples use our demo API URL. No registration required!
See Free lat/lon locations for more information on how you can test the
Meteonorm API free of charge. For operational use, replace demo.meteonorm.com
with
api.meteonorm.com
.
Last modified on