WGL Holdings · JSON Structure
Wgl Holdings Customer Account Structure
Structure of a WGL Holdings customer account for natural gas or electricity service.
Type:
Properties: 0
EnergyNatural GasUtilitiesElectricityRetail EnergyMidstreamFortune 1000
WGL Holdings Customer Account is a JSON Structure definition published by WGL Holdings.
Meta-schema:
JSON Structure
{
"name": "WGL Holdings Customer Account",
"description": "Structure of a WGL Holdings customer account for natural gas or electricity service.",
"fields": [
{ "name": "accountNumber", "type": "string", "required": true, "description": "Unique customer account identifier." },
{ "name": "serviceType", "type": "string", "enum": ["NaturalGas", "Electricity", "DualFuel"], "required": true },
{
"name": "serviceAddress",
"type": "object",
"required": true,
"fields": [
{ "name": "street", "type": "string", "required": true },
{ "name": "city", "type": "string", "required": true },
{ "name": "state", "type": "string", "required": true },
{ "name": "zip", "type": "string", "required": true }
]
},
{ "name": "customerType", "type": "string", "enum": ["Residential", "Commercial", "Industrial"], "required": true },
{ "name": "utilityProvider", "type": "string", "enum": ["WashingtonGas", "WGLEnergyServices"], "required": true },
{ "name": "rateSchedule", "type": "string", "required": false },
{ "name": "meterNumber", "type": "string", "required": false },
{
"name": "usageHistory",
"type": "array",
"required": false,
"items": {
"type": "object",
"fields": [
{ "name": "billingPeriodStart", "type": "string", "format": "date", "required": true },
{ "name": "billingPeriodEnd", "type": "string", "format": "date", "required": true },
{ "name": "usage", "type": "number", "required": true },
{ "name": "unit", "type": "string", "enum": ["Therms", "CCF", "KWh"], "required": true },
{ "name": "billedAmount", "type": "number", "required": false }
]
}
},
{
"name": "contractDetails",
"type": "object",
"required": false,
"fields": [
{ "name": "contractType", "type": "string", "enum": ["Fixed", "Variable", "Indexed"], "required": false },
{ "name": "startDate", "type": "string", "format": "date", "required": false },
{ "name": "endDate", "type": "string", "format": "date", "required": false },
{ "name": "pricePerUnit", "type": "number", "required": false },
{ "name": "unit", "type": "string", "required": false },
{ "name": "renewablePercentage", "type": "number", "required": false },
{ "name": "carbonNeutral", "type": "boolean", "required": false }
]
},
{
"name": "contact",
"type": "object",
"required": false,
"fields": [
{ "name": "name", "type": "string", "required": false },
{ "name": "email", "type": "string", "format": "email", "required": false },
{ "name": "phone", "type": "string", "required": false }
]
}
]
}
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/wgl-holdings-customer-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.