Arcadia · Example Payload

Arcadia Utility Interval Example

EnergyUtilitiesClean EnergyBilling DataInterval DataCarbonSolarTariff

Arcadia Utility Interval Example is an example object payload from Arcadia, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

start_timeend_timeconsumption_kwhgeneration_kwhnet_kwhkwhis_null_kwh

Example Payload

Raw ↑
{
  "start_time": "2021-03-18T22:00:00Z",
  "end_time": "2021-03-18T22:00:00Z",
  "consumption_kwh": 0.0,
  "generation_kwh": 0.0,
  "net_kwh": 0.0,
  "kwh": 0.0,
  "is_null_kwh": false
}