Airgas · Schema

Product

An Airgas product including gases, welding equipment, and safety supplies.

Fortune 500Industrial GasesWeldingSafetyB2BSupply ChainManufacturingHealthcare

Properties

Name Type Description
product_number string Airgas product number / SKU.
name string Product name.
description string Product description.
category string Product category.
gas_type string Type of gas (for gas products).
grade string Gas purity grade.
cylinder_size string Cylinder size designation.
unit_of_measure string Unit of measure for ordering.
price number List price per unit.
available boolean Whether the product is available for order.
View JSON Schema on GitHub

JSON Schema

airgas-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airgas/refs/heads/main/json-schema/airgas-product-schema.json",
  "title": "Product",
  "description": "An Airgas product including gases, welding equipment, and safety supplies.",
  "type": "object",
  "properties": {
    "product_number": {
      "type": "string",
      "description": "Airgas product number / SKU.",
      "example": "OXUS300"
    },
    "name": {
      "type": "string",
      "description": "Product name.",
      "example": "Oxygen, Industrial Grade, 300 CF"
    },
    "description": {
      "type": "string",
      "description": "Product description.",
      "example": "Industrial grade oxygen in a 300 cubic foot cylinder."
    },
    "category": {
      "type": "string",
      "enum": ["gas", "welding", "safety", "tool", "mro"],
      "description": "Product category.",
      "example": "gas"
    },
    "gas_type": {
      "type": "string",
      "description": "Type of gas (for gas products).",
      "example": "Oxygen"
    },
    "grade": {
      "type": "string",
      "enum": ["industrial", "medical", "food", "specialty", "research"],
      "description": "Gas purity grade.",
      "example": "industrial"
    },
    "cylinder_size": {
      "type": "string",
      "description": "Cylinder size designation.",
      "example": "T-300"
    },
    "unit_of_measure": {
      "type": "string",
      "description": "Unit of measure for ordering.",
      "example": "Each"
    },
    "price": {
      "type": "number",
      "description": "List price per unit.",
      "example": 125.99
    },
    "available": {
      "type": "boolean",
      "description": "Whether the product is available for order.",
      "example": true
    }
  },
  "required": ["product_number", "name", "category"]
}

Work with this as data

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/airgas-product"
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 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.