Airgas · Example Payload

Airgas Order Example

Fortune 500Industrial GasesWeldingSafetyB2BSupply ChainManufacturingHealthcare

Airgas Order Example is an example object payload from Airgas, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

order_numberaccount_numberstatusorder_datedelivery_datepurchase_orderdelivery_addressline_itemstotal_amount

Example Payload

airgas-order-example.json Raw ↑
{
  "order_number": "AG-2026-00123456",
  "account_number": "ACCT-789012",
  "status": "confirmed",
  "order_date": "2026-04-19T10:30:00Z",
  "delivery_date": "2026-04-22",
  "purchase_order": "PO-20260419-001",
  "delivery_address": {
    "street": "123 Industrial Blvd",
    "city": "Houston",
    "state": "TX",
    "zip": "77001",
    "country": "US"
  },
  "line_items": [
    {
      "product_number": "OXUS300",
      "quantity": 2,
      "unit_price": 125.99
    }
  ],
  "total_amount": 523.75
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/airgas-order-example"
All examples
curl "https://apis.io/api/v1/examples?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.