API playground

Try the full API ☀️

Your coordinates, your roof. Runs real PVGIS solar data (give it a second), no key or sign-up needed to try it. It doubles as live docs: the request snippet below always mirrors the form and shows how you would call POST /estimate with your own key.

Roof & system

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://api.solarfigures.com/estimate \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE" \
  -H "Content-Type: application/json" \
  -d '{"lat":47.37,"lon":8.54,"kwp":6,"tilt":35,"azimuth":180,"country":"CH","battery":false,"engine":"fast"}'

Trying it needs no key. Sign in to see the snippet with your own key, or get one to call it from your app.