Southwest Gas · JSON Structure

Southwest Gas Account Structure

Hierarchical structure of a Southwest Gas natural gas distribution customer account and related data entities.

Type: object Properties: 0
Fortune 1000Natural GasUtilityEnergy

Southwest Gas Account Structure is a JSON Structure definition published by Southwest Gas.

Meta-schema:

JSON Structure

southwest-gas-account-structure.json Raw ↑
{
  "title": "Southwest Gas Account Structure",
  "description": "Hierarchical structure of a Southwest Gas natural gas distribution customer account and related data entities.",
  "type": "object",
  "structure": {
    "account": {
      "description": "Root Southwest Gas customer account entity",
      "fields": {
        "accountNumber": "string — unique account identifier",
        "accountName": "string — customer or business name",
        "serviceType": "string — Residential | Commercial | Industrial",
        "rateSchedule": "string — tariff schedule code",
        "accountStatus": "string — Active | Inactive | Final | Disconnected",
        "currentBalance": "number — outstanding balance (USD)",
        "dueDate": "date",
        "paperlessBilling": "boolean",
        "autopay": "boolean",
        "budgetBillingAmount": "number — monthly fixed payment (USD)"
      },
      "children": {
        "serviceAddress": {
          "description": "Natural gas service delivery address",
          "fields": {
            "street": "string",
            "city": "string",
            "state": "string — AZ | NV | CA",
            "zipCode": "string"
          }
        },
        "meter": {
          "description": "Natural gas meter at service address",
          "fields": {
            "meterNumber": "string",
            "lastReadDate": "date",
            "lastReadCcf": "number — CCF reading",
            "readType": "string — Actual | Estimated"
          }
        },
        "usageHistory": {
          "description": "Monthly natural gas usage and billing records",
          "type": "array",
          "items": {
            "readDate": "date",
            "usageTherms": "number",
            "usageCcf": "number",
            "billingPeriodStart": "date",
            "billingPeriodEnd": "date",
            "gasCharge": "number — USD",
            "distributionCharge": "number — USD",
            "totalCharge": "number — USD",
            "heatingDegreeDays": "integer"
          }
        },
        "agencyPledges": {
          "description": "Utility assistance pledges from social service agencies",
          "type": "array",
          "items": {
            "pledgeDate": "date",
            "agencyName": "string",
            "pledgeAmount": "number — USD",
            "pledgeStatus": "string — Pending | Applied | Expired"
          }
        }
      }
    }
  }
}

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

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/southwest-gas-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 email required.

A second provider on the same verified email joins the account you already have.