Octopus Energy · Schema
OctopusEnergyProduct
An Octopus Energy retail product as returned by GET /v1/products/{code}/.
EnergyElectricityGasRenewable EnergySmart MeterTariffsKrakenUKDERElectric VehiclesHeat PumpsSolarBattery
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Product code, for example AGILE-24-10-01. |
| direction | string | |
| full_name | string | |
| display_name | string | |
| description | string | |
| is_variable | boolean | |
| is_green | boolean | |
| is_tracker | boolean | |
| is_prepay | boolean | |
| is_business | boolean | |
| is_restricted | boolean | |
| term | integernull | Contract length in months. |
| available_from | string | |
| available_to | stringnull | |
| brand | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/octopus-energy/main/json-schema/octopus-energy-product-schema.json",
"title": "OctopusEnergyProduct",
"description": "An Octopus Energy retail product as returned by GET /v1/products/{code}/.",
"type": "object",
"required": ["code", "full_name", "display_name", "direction"],
"properties": {
"code": {"type": "string", "description": "Product code, for example AGILE-24-10-01."},
"direction": {"type": "string", "enum": ["IMPORT", "EXPORT"]},
"full_name": {"type": "string"},
"display_name": {"type": "string"},
"description": {"type": "string"},
"is_variable": {"type": "boolean"},
"is_green": {"type": "boolean"},
"is_tracker": {"type": "boolean"},
"is_prepay": {"type": "boolean"},
"is_business": {"type": "boolean"},
"is_restricted": {"type": "boolean"},
"term": {"type": ["integer", "null"], "description": "Contract length in months."},
"available_from": {"type": "string", "format": "date-time"},
"available_to": {"type": ["string", "null"], "format": "date-time"},
"brand": {"type": "string"}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/octopus-energy-product"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.