{ "opencollection": "1.0.0", "info": { "name": "Electricity Maps CarbonIntensity GridMetrics API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "auth-token", "value": "{{auth-token}}", "placement": "header" } }, "items": [ { "info": { "name": "GridMetrics", "type": "folder" }, "items": [ { "info": { "name": "Get total load", "type": "http" }, "http": { "method": "GET", "url": "https://api.electricitymap.org/v3/total-load/:temporality", "params": [ { "name": "temporality", "value": "", "type": "path", "description": "Time horizon of the signal." }, { "name": "zone", "value": "", "type": "query", "description": "Zone identifier (e.g., SE, DE, US-CAL-CISO)." } ] }, "docs": "Get total load" }, { "info": { "name": "Get net load", "type": "http" }, "http": { "method": "GET", "url": "https://api.electricitymap.org/v3/net-load/:temporality", "params": [ { "name": "temporality", "value": "", "type": "path", "description": "Time horizon of the signal." }, { "name": "zone", "value": "", "type": "query", "description": "Zone identifier (e.g., SE, DE, US-CAL-CISO)." } ] }, "docs": "Get net load" }, { "info": { "name": "Get electricity flows", "type": "http" }, "http": { "method": "GET", "url": "https://api.electricitymap.org/v3/electricity-flows/:temporality", "params": [ { "name": "temporality", "value": "", "type": "path", "description": "Time horizon of the signal." }, { "name": "zone", "value": "", "type": "query", "description": "Zone identifier (e.g., SE, DE, US-CAL-CISO)." } ] }, "docs": "Get electricity flows" } ] } ], "bundled": true }