Home
Airgas
Airgas Account Structure
Airgas Account Structure
An Airgas B2B customer account.
Type: object
Properties: 8
Required: 3
Fortune 500 Industrial Gases Welding Safety B2B Supply Chain Manufacturing Healthcare
Account is a JSON Structure definition published by Airgas, describing 8 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
account_number
company_name
account_type
primary_contact
billing_address
credit_limit
payment_terms
is_active
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/airgas/refs/heads/main/json-structure/airgas-account-structure.json",
"name": "Account",
"description": "An Airgas B2B customer account.",
"type": "object",
"properties": {
"account_number": {
"type": "string",
"description": "Unique Airgas account number.",
"example": "ACCT-789012"
},
"company_name": {
"type": "string",
"description": "Business name for the account.",
"example": "Precision Metal Works Inc."
},
"account_type": {
"type": "string",
"enum": [
"industrial",
"medical",
"food",
"retail",
"government"
],
"description": "Type of customer account.",
"example": "industrial"
},
"primary_contact": {
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "Jane Smith"
},
"email": {
"type": "string",
"format": "email",
"example": "jane.smith@example.com"
},
"phone": {
"type": "string",
"example": "+1-713-555-0100"
}
}
},
"billing_address": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"zip": {
"type": "string"
},
"country": {
"type": "string"
}
}
},
"credit_limit": {
"type": "double",
"description": "Account credit limit in USD.",
"example": 50000.0
},
"payment_terms": {
"type": "string",
"description": "Payment terms for the account.",
"example": "NET30"
},
"is_active": {
"type": "boolean",
"description": "Whether the account is active.",
"example": true
}
},
"required": [
"account_number",
"company_name",
"account_type"
]
}
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/airgas-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.