United States Steel · JSON Structure

Steeltrack Test Report Structure

A physical, mechanical, or chemical test report for a steel product.

Type: object Properties: 11
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

TestReport is a JSON Structure definition published by United States Steel, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

reportId coilId orderId product grade reportType certified reportDate yieldStrength tensileStrength elongation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/united-states-steel/refs/heads/main/json-structure/steeltrack-test-report-structure.json",
  "name": "TestReport",
  "description": "A physical, mechanical, or chemical test report for a steel product.",
  "properties": {
    "reportId": {
      "description": "Unique test report identifier.",
      "example": "RPT-2025-4321",
      "type": "string"
    },
    "coilId": {
      "description": "Coil or material identifier.",
      "example": "COIL-8765432",
      "type": "string"
    },
    "orderId": {
      "description": "Associated order identifier.",
      "example": "ORD-2025-001234",
      "type": "string"
    },
    "product": {
      "description": "Steel product type.",
      "example": "Cold-Rolled Coil",
      "type": "string"
    },
    "grade": {
      "description": "Steel grade designation.",
      "example": "IF",
      "type": "string"
    },
    "reportType": {
      "description": "Type of test report.",
      "enum": [
        "MECHANICAL",
        "CHEMICAL",
        "PHYSICAL"
      ],
      "example": "MECHANICAL",
      "type": "string"
    },
    "certified": {
      "description": "Whether this is a certified test report with electronic signature.",
      "example": true,
      "type": "boolean"
    },
    "reportDate": {
      "description": "Date the test report was issued.",
      "example": "2025-02-10",
      "type": "date"
    },
    "yieldStrength": {
      "description": "Yield strength in ksi.",
      "example": 34,
      "type": "double"
    },
    "tensileStrength": {
      "description": "Tensile strength in ksi.",
      "example": 47,
      "type": "double"
    },
    "elongation": {
      "description": "Elongation percentage.",
      "example": 44,
      "type": "double"
    }
  },
  "type": "object"
}

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/steeltrack-test-report-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.