Ryerson Holding · JSON Structure

Ryerson Metal Product Structure

Structure of an industrial metal product in Ryerson's catalog

Type: Properties: 0
Industrial MetalsManufacturingMetal DistributionSteel

Ryerson Metal Product Structure is a JSON Structure definition published by Ryerson Holding.

Meta-schema:

JSON Structure

ryerson-metal-product-structure.json Raw ↑
{
  "title": "Ryerson Metal Product",
  "description": "Structure of an industrial metal product in Ryerson's catalog",
  "fields": [
    {
      "name": "productId",
      "type": "string",
      "required": true,
      "description": "Unique product identifier"
    },
    {
      "name": "sku",
      "type": "string",
      "required": false,
      "description": "Stock keeping unit identifier"
    },
    {
      "name": "name",
      "type": "string",
      "required": false,
      "description": "Product name and description"
    },
    {
      "name": "material",
      "type": "string",
      "required": true,
      "description": "Metal type: stainless_steel, aluminum, carbon_steel, alloy_steel, nickel, copper, brass"
    },
    {
      "name": "grade",
      "type": "string",
      "required": false,
      "description": "Material grade (e.g., 304 stainless, 6061-T6 aluminum, A36 carbon steel)"
    },
    {
      "name": "form",
      "type": "string",
      "required": true,
      "description": "Physical form: sheet, plate, bar, tube, pipe, coil, structural, etc."
    },
    {
      "name": "dimensions",
      "type": "object",
      "required": false,
      "description": "Physical dimensions in inches/feet",
      "fields": [
        {"name": "thickness", "type": "number"},
        {"name": "width", "type": "number"},
        {"name": "length", "type": "number"},
        {"name": "diameter", "type": "number"}
      ]
    },
    {
      "name": "unit",
      "type": "string",
      "required": false,
      "description": "Unit of measure: pound, foot, piece, sheet"
    },
    {
      "name": "pricePerUnit",
      "type": "number",
      "required": false,
      "description": "Price per unit in USD"
    },
    {
      "name": "availability",
      "type": "string",
      "required": false,
      "description": "Availability: in_stock, call_for_availability, special_order"
    }
  ]
}

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/ryerson-metal-product-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.