{ "opencollection": "1.0.0", "info": { "name": "Octopus Energy Public Consumption GasTariffs API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "GasTariffs", "type": "folder" }, "items": [ { "info": { "name": "List Gas Standard Unit Rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.octopus.energy/v1/products/:product_code/gas-tariffs/:tariff_code/standard-unit-rates/", "params": [ { "name": "product_code", "value": "", "type": "path", "description": "Product code, for example AGILE-24-10-01 or VAR-22-11-01." }, { "name": "tariff_code", "value": "", "type": "path", "description": "Tariff code, for example E-1R-AGILE-24-10-01-A." }, { "name": "period_from", "value": "", "type": "query", "description": "ISO 8601 inclusive start of the period." }, { "name": "period_to", "value": "", "type": "query", "description": "ISO 8601 exclusive end of the period." } ] }, "docs": "List Gas Standard Unit Rates" }, { "info": { "name": "List Gas Standing Charges", "type": "http" }, "http": { "method": "GET", "url": "https://api.octopus.energy/v1/products/:product_code/gas-tariffs/:tariff_code/standing-charges/", "params": [ { "name": "product_code", "value": "", "type": "path", "description": "Product code, for example AGILE-24-10-01 or VAR-22-11-01." }, { "name": "tariff_code", "value": "", "type": "path", "description": "Tariff code, for example E-1R-AGILE-24-10-01-A." }, { "name": "period_from", "value": "", "type": "query", "description": "ISO 8601 inclusive start of the period." }, { "name": "period_to", "value": "", "type": "query", "description": "ISO 8601 exclusive end of the period." } ] }, "docs": "List Gas Standing Charges" } ] } ], "bundled": true }