Arcadia · Schema
ChargeCostResponse
EnergyUtilitiesClean EnergyBilling DataInterval DataCarbonSolarTariff
Properties
| Name | Type | Description |
|---|---|---|
| utility_account_id | integer | |
| tariff | object | |
| normalized_start_time | string | The start_time normalized down to the resolution that lines up with any TOU periods on the tariff (generally hourly). |
| normalized_consumption_kwh | array | The `energy_usage_kwh` aggregated into periods that line up with any TOU periods on the tariff (generally hourly). |
| cost_cents | integer | Cost of the charging curve on the utility account's tariff, in cents. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.arcadia.com/schemas/ChargeCostResponse",
"title": "ChargeCostResponse",
"required": [
"tariff",
"normalized_start_time",
"normalized_consumption_kwh",
"cost_cents"
],
"properties": {
"utility_account_id": {
"example": 12345,
"type": "integer",
"nullable": true
},
"tariff": {
"$ref": "#/components/schemas/MostRecentTariff"
},
"normalized_start_time": {
"type": "string",
"format": "date-time",
"description": "The start_time normalized down to the resolution that lines up with any TOU periods on the tariff (generally hourly).",
"example": "2021-03-18T22:00:00-07:00"
},
"normalized_consumption_kwh": {
"type": "array",
"items": {
"type": "number"
},
"description": "The `energy_usage_kwh` aggregated into periods that line up with any TOU periods on the tariff (generally hourly).",
"example": [
0,
0,
7.2,
0,
7.2,
2.9
]
},
"cost_cents": {
"type": "integer",
"example": 525,
"description": "Cost of the charging curve on the utility account's tariff, in cents."
}
},
"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-charge-cost"
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.