Southern Company · JSON Structure
Southern Utility Account Structure
Hierarchical structure of a Southern Company utility account and associated data entities.
Type: object
Properties: 0
Fortune 500Electric UtilityNatural GasEnergy
Southern Utility Account Structure is a JSON Structure definition published by Southern Company.
Meta-schema:
JSON Structure
{
"title": "Southern Company Utility Account Structure",
"description": "Hierarchical structure of a Southern Company utility account and associated data entities.",
"type": "object",
"structure": {
"account": {
"description": "Root utility account entity",
"fields": {
"accountNumber": "string — unique account identifier",
"accountName": "string — customer or business name",
"subsidiary": "string — Alabama Power | Georgia Power | Mississippi Power | Southern Company Gas",
"serviceType": "string — Electric | Natural Gas",
"rateSchedule": "string — regulatory tariff code",
"accountStatus": "string — Active | Inactive | Pending | Disconnected",
"currentBalance": "number — outstanding balance (USD)",
"dueDate": "date — payment due date"
},
"children": {
"serviceAddress": {
"description": "Physical service delivery address",
"fields": {
"street": "string",
"city": "string",
"state": "string",
"zipCode": "string"
}
},
"meter": {
"description": "Utility meter at service address",
"fields": {
"meterNumber": "string — meter serial/ID",
"meterType": "string — AMI (smart) | AMR | Manual",
"lastReadDate": "date",
"lastReadValue": "number"
}
},
"usageHistory": {
"description": "Array of daily or interval usage records",
"type": "array",
"items": {
"usageDate": "date",
"usageKwh": "number — electric consumption (kWh)",
"usageTherms": "number — gas consumption (therms)",
"estimatedCost": "number — USD",
"readType": "string — Actual | Estimated | Customer"
}
},
"billingHistory": {
"description": "Array of billing statements",
"type": "array",
"items": {
"billDate": "date",
"billingPeriodStart": "date",
"billingPeriodEnd": "date",
"totalAmount": "number — USD",
"amountDue": "number — USD",
"paidAmount": "number — USD",
"paidDate": "date"
}
}
}
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/southern-utility-account-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.