Rexnord · Schema

Rexnord Industrial Product

Schema representing an industrial product in the Rexnord / Regal Rexnord catalog, covering bearings, couplings, gear drives, conveyor components, and plumbing products.

Industrial ManufacturingMotion ControlWater ManagementBearingsCouplingsFortune 1000

Properties

Name Type Description
partNumber string Rexnord part number / catalog number
productLine string Product line (e.g., Sealmaster, Link-Belt, Rexnord, Zurn)
category string
name string Product name
description string Product description
series string Product series identifier
specifications object Technical specifications (bore size, load rating, speed rating, etc.)
industry array Target industries (e.g., Food Processing, Mining, Power Generation)
replacesPartNumber string Legacy part number this product replaces
documents array
View JSON Schema on GitHub

JSON Schema

rexnord-product-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/rexnord/main/json-schema/rexnord-product-schema.json",
  "title": "Rexnord Industrial Product",
  "description": "Schema representing an industrial product in the Rexnord / Regal Rexnord catalog, covering bearings, couplings, gear drives, conveyor components, and plumbing products.",
  "type": "object",
  "properties": {
    "partNumber": {
      "type": "string",
      "description": "Rexnord part number / catalog number"
    },
    "productLine": {
      "type": "string",
      "description": "Product line (e.g., Sealmaster, Link-Belt, Rexnord, Zurn)",
      "example": "Link-Belt"
    },
    "category": {
      "type": "string",
      "enum": [
        "Bearings",
        "Couplings",
        "Gear Drives",
        "Industrial Chain",
        "Conveyor Components",
        "Plumbing Components"
      ]
    },
    "name": {
      "type": "string",
      "description": "Product name"
    },
    "description": {
      "type": "string",
      "description": "Product description"
    },
    "series": {
      "type": "string",
      "description": "Product series identifier"
    },
    "specifications": {
      "type": "object",
      "description": "Technical specifications (bore size, load rating, speed rating, etc.)"
    },
    "industry": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Target industries (e.g., Food Processing, Mining, Power Generation)"
    },
    "replacesPartNumber": {
      "type": "string",
      "description": "Legacy part number this product replaces"
    },
    "documents": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": { "type": "string", "description": "e.g., DataSheet, InstallationGuide, CADDrawing" },
          "url": { "type": "string", "format": "uri" }
        }
      }
    }
  },
  "required": ["partNumber", "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/rexnord-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 email required.

A second provider on the same verified email joins the account you already have.