{ "opencollection": "1.0.0", "info": { "name": "Climatiq Autopilot Energy API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Energy", "type": "folder" }, "items": [ { "info": { "name": "Estimate electricity emissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.climatiq.io/energy/v1/electricity", "body": { "type": "json", "data": "{}" } }, "docs": "Calculates Scope 2 electricity emissions for a given region and amount of energy consumed, with optional location-based and market-based methods." }, { "info": { "name": "Estimate heat and steam emissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.climatiq.io/energy/v1/heat-and-steam", "body": { "type": "json", "data": "{}" } }, "docs": "Calculates emissions from purchased heat or steam using region-appropriate factors." }, { "info": { "name": "Estimate fuel combustion emissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.climatiq.io/energy/v1/fuel", "body": { "type": "json", "data": "{}" } }, "docs": "Calculates Scope 1 emissions for combustion of liquid, gaseous, and solid fuels." } ] } ], "bundled": true }