Arcadia · Schema

UtilityIntervalItem

EnergyUtilitiesClean EnergyBilling DataInterval DataCarbonSolarTariff

Properties

Name Type Description
start_time string
end_time string
consumption_kwh number Consumption kilowatt hours usage for this interval. Availability varies by utility.
generation_kwh number Generation kilowatt hours usage for the interval. Availabiltiy varies by utility.
net_kwh number Net kilowatt hours usage for the interval.
kwh number Prefer net_kwh instead
is_null_kwh boolean Indicates whether kwh was unavailable for this interval. When `true` the kwh field should be interpreted as null.
View JSON Schema on GitHub

JSON Schema

arcadia-utility-interval-item.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.arcadia.com/schemas/UtilityIntervalItem",
  "title": "UtilityIntervalItem",
  "required": [
    "start_time",
    "end_time",
    "kwh",
    "is_null_kwh",
    "consumption_kwh",
    "generation_kwh",
    "net_kwh"
  ],
  "properties": {
    "start_time": {
      "type": "string",
      "format": "date-time",
      "example": "2021-03-18T22:00:00Z"
    },
    "end_time": {
      "type": "string",
      "format": "date-time",
      "example": "2021-03-18T22:00:00Z"
    },
    "consumption_kwh": {
      "description": "Consumption kilowatt hours usage for this interval. Availability varies by utility.",
      "type": "number",
      "nullable": true
    },
    "generation_kwh": {
      "description": "Generation kilowatt hours usage for the interval. Availabiltiy varies by utility.",
      "type": "number",
      "nullable": true
    },
    "net_kwh": {
      "description": "Net kilowatt hours usage for the interval.",
      "type": "number"
    },
    "kwh": {
      "description": "Prefer net_kwh instead",
      "deprecated": true,
      "type": "number"
    },
    "is_null_kwh": {
      "description": "Indicates whether kwh was unavailable for this interval. When `true` the kwh field should be interpreted as null.",
      "deprecated": true,
      "type": "boolean"
    }
  },
  "additionalProperties": false
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/arcadia-utility-interval-item"
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.