{ "opencollection": "1.0.0", "info": { "name": "SolarEdge Monitoring Accounts Environmental API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Environmental", "type": "folder" }, "items": [ { "info": { "name": "Get Environmental Benefits", "type": "http" }, "http": { "method": "GET", "url": "https://monitoringapi.solaredge.com/site/:siteId/envBenefits", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "Unique numeric identifier for the site. Supports comma-separated values for bulk requests (up to 100 site IDs)." }, { "name": "systemUnits", "value": "", "type": "query", "description": "Unit system for environmental metrics" } ] }, "docs": "Returns environmental benefit metrics for the site including CO2 savings, trees planted equivalent, and light bulbs equivalent based on energy production." } ] } ], "bundled": true }