Octopus Energy · Example Payload

Octopus Energy List Electricity Consumption Example

EnergyElectricityGasRenewable EnergySmart MeterTariffsKrakenUKDERElectric VehiclesHeat PumpsSolarBattery

Octopus Energy List Electricity Consumption Example is an example object payload from Octopus Energy, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countnextpreviousresults

Example Payload

Raw ↑
{
  "count": 96,
  "next": "https://api.octopus.energy/v1/electricity-meter-points/2000012345678/meters/12L0123456/consumption/?page=2",
  "previous": null,
  "results": [
    {"consumption": 0.187, "interval_start": "2026-05-25T22:30:00+01:00", "interval_end": "2026-05-25T23:00:00+01:00"},
    {"consumption": 0.123, "interval_start": "2026-05-25T22:00:00+01:00", "interval_end": "2026-05-25T22:30:00+01:00"},
    {"consumption": 0.094, "interval_start": "2026-05-25T21:30:00+01:00", "interval_end": "2026-05-25T22:00:00+01:00"}
  ]
}