English
Quickstart
Prerequisites
Get your forecast
-
Get your API key
Sign up at pvnode.com and create an API key in your dashboard.
-
Make your first forecast request
Install the
requestslibrary if you don't have it:CodeThen run this Python script:
forecast.pyExample response:
Response (200 OK)The response contains 15-minute intervals with power output (
spec_wattsin W/kWp), irradiance (GHI, DHI, BNI), temperature, and weather codes by default. You can customize which fields are returned and configure dozens of additional parameters — see the API Reference for the full list.
Last modified on