API playground
Try the full API ☀️
Your coordinates, your roof. This hits the live POST /estimate endpoint (real PVGIS solar data, give it a second) with the public demo key. It doubles as live docs: the curl below always mirrors the form.
Set a roof on the left and hit estimate. You'll get annual + monthly yield, full economics (payback, NPV, IRR), CO₂ savings, and the raw JSON.
Equivalent request
curl -X POST https://solarapi-api.157.90.161.30.sslip.io/estimate \
-H "X-API-Key: " \
-H "Content-Type: application/json" \
-d '{"lat":47.37,"lon":8.54,"kwp":6,"tilt":35,"azimuth":180,"country":"CH","battery":false,"engine":"fast"}'