Southwest Gas Customer Account
A Southwest Gas customer account for natural gas distribution service in Arizona, Nevada, or California, including service address, usage, and billing information.
Fortune 1000Natural GasUtilityEnergy
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/southwest-gas/json-schema/southwest-gas-account-schema.json",
"title": "Southwest Gas Customer Account",
"description": "A Southwest Gas customer account for natural gas distribution service in Arizona, Nevada, or California, including service address, usage, and billing information.",
"type": "object",
"properties": {
"accountNumber": {
"type": "string",
"description": "Unique Southwest Gas account number.",
"example": "0001234567"
},
"accountName": {
"type": "string",
"description": "Name of the account holder (individual or business)."
},
"serviceAddress": {
"type": "object",
"description": "Physical address receiving natural gas service.",
"properties": {
"street": { "type": "string" },
"city": { "type": "string" },
"state": { "type": "string", "enum": ["AZ", "NV", "CA"] },
"zipCode": { "type": "string" }
},
"required": ["street", "city", "state", "zipCode"]
},
"serviceType": {
"type": "string",
"enum": ["Residential", "Commercial", "Industrial"],
"description": "Customer classification for rate and service purposes."
},
"rateSchedule": {
"type": "string",
"description": "Tariff rate schedule code applied to this account."
},
"accountStatus": {
"type": "string",
"enum": ["Active", "Inactive", "Final", "Disconnected"],
"description": "Current status of the account."
},
"meterNumber": {
"type": "string",
"description": "Meter serial number at the service address."
},
"currentBalance": {
"type": "number",
"description": "Outstanding balance in US dollars.",
"minimum": 0
},
"dueDate": {
"type": "string",
"format": "date",
"description": "Payment due date for the current balance."
},
"budgetBillingAmount": {
"type": "number",
"description": "Fixed monthly budget billing amount if enrolled in the program.",
"minimum": 0
},
"paperlessBilling": {
"type": "boolean",
"description": "Whether the account is enrolled in paperless billing."
},
"autopay": {
"type": "boolean",
"description": "Whether the account is enrolled in automatic payment."
}
},
"required": ["accountNumber", "accountName", "serviceAddress", "serviceType"]
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/southwest-gas-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 email required.
A second provider on the same verified email joins the account you already have.