{ "opencollection": "1.0.0", "info": { "name": "Grid Status API Info Constraints API", "version": "1.3.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Constraints", "type": "folder" }, "items": [ { "info": { "name": "List constraints", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints" }, "docs": "List transmission constraints." }, { "info": { "name": "List contingencies", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/contingencies" }, "docs": "List contingencies across constraints." }, { "info": { "name": "List constraint binding rows", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/binding" }, "docs": "List rows for intervals where constraints were binding." }, { "info": { "name": "List constraint binding counts by period", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/binding/counts" }, "docs": "Counts of binding intervals per constraint, grouped by period." }, { "info": { "name": "List constraint binding costs by period", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/binding/costs" }, "docs": "Congestion costs attributed to binding constraints, grouped by period." }, { "info": { "name": "Get constraint binding heat map", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/binding/heat_map" }, "docs": "Heat map of constraint binding activity." }, { "info": { "name": "Get constraint", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/:gs_entity_id", "params": [ { "name": "gs_entity_id", "value": "", "type": "path", "description": "Grid Status entity ID of the constraint." } ] }, "docs": "Fetch a single constraint by Grid Status entity ID." }, { "info": { "name": "List shift factors for a constraint", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/:constraint_id/shift-factors", "params": [ { "name": "constraint_id", "value": "", "type": "path", "description": "ID of the constraint." } ] }, "docs": "Shift factors for a constraint across pricing locations." }, { "info": { "name": "List constraint stats by interval", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/:constraint_id/stats", "params": [ { "name": "constraint_id", "value": "", "type": "path", "description": "ID of the constraint." } ] }, "docs": "Statistics for a constraint by interval." }, { "info": { "name": "List shift factors for a location", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/constraints/locations/:location_gs_entity_id/shift-factors", "params": [ { "name": "location_gs_entity_id", "value": "", "type": "path", "description": "Grid Status entity ID of the pricing location." } ] }, "docs": "Shift factors at a pricing location across constraints." } ] } ], "bundled": true }