Arcadia · Schema
UtilityAccount
EnergyUtilitiesClean EnergyBilling DataInterval DataCarbonSolarTariff
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| client_user_id | string | |
| utility_name | string | The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1). |
| utility_long_name | string | Provides greater detail than `utility_name`. The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1). |
| utility_credential_id | integer | |
| account_number | string | The account number used by the utility to identify this UtilityAccount |
| service_address_street_one | string | |
| service_address_street_two | string | |
| service_address_city | string | |
| service_address_state | string | |
| service_address_zip | string | |
| service_customer_name | string | |
| supplier_account_id | string | Utility specific account identifier for energy suppliers. |
| status | object | |
| most_recent_tariff | object | |
| flags | array | |
| services | array | |
| created_at | string | |
| updated_at | string | |
| feature_availability | object | |
| utility_meters | array | |
| sandboxed | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.arcadia.com/schemas/UtilityAccount",
"title": "UtilityAccount",
"required": [
"id",
"client_user_id",
"utility_name",
"utility_long_name",
"utility_credential_id",
"account_number",
"service_address_city",
"service_address_state",
"service_address_street_one",
"service_address_street_two",
"service_address_zip",
"service_customer_name",
"status",
"supplier_account_id",
"most_recent_tariff",
"flags",
"services",
"created_at",
"updated_at",
"feature_availability",
"utility_meters",
"sandboxed"
],
"properties": {
"id": {
"type": "integer",
"example": 12345
},
"client_user_id": {
"type": "string",
"example": "fff57dc7-3a2b-4395-8a62-e3486d46dabe"
},
"utility_name": {
"type": "string",
"example": "AEP SWEPCO",
"description": "The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1)."
},
"utility_long_name": {
"type": "string",
"example": "AEP SWEPCO AR",
"description": "Provides greater detail than `utility_name`. The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1)."
},
"utility_credential_id": {
"type": "integer",
"example": 54321
},
"account_number": {
"type": "string",
"nullable": true,
"example": "7626177069",
"description": "The account number used by the utility to identify this UtilityAccount"
},
"service_address_street_one": {
"example": "1060 W Addison",
"type": "string",
"nullable": true
},
"service_address_street_two": {
"example": "Apartment 1",
"type": "string",
"nullable": true
},
"service_address_city": {
"example": "Chicago",
"type": "string",
"nullable": true
},
"service_address_state": {
"example": "IL",
"type": "string",
"nullable": true
},
"service_address_zip": {
"example": "60613",
"type": "string",
"nullable": true
},
"service_customer_name": {
"example": "Joan Arcadia",
"type": "string",
"nullable": true
},
"supplier_account_id": {
"example": "123456789",
"description": "Utility specific account identifier for energy suppliers.\n",
"type": "string",
"nullable": true
},
"status": {
"anyOf": [
{
"type": "null"
},
{
"type": "string",
"enum": [
"active",
"closed",
"incomplete",
"locked",
"unknown"
]
}
]
},
"most_recent_tariff": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/MostRecentTariff"
}
]
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"utility_statement_past_due"
]
}
},
"services": {
"type": "array",
"items": {
"type": "string",
"enum": [
"electric",
"gas",
"water"
]
}
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"feature_availability": {
"$ref": "#/components/schemas/FeatureAvailability"
},
"utility_meters": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UtilityMeter"
}
},
"sandboxed": {
"type": "boolean",
"example": false
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/arcadia-utility-account"
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.