{
  "name": "PAPR Parts Intelligence API",
  "description": "Free, static JSON API over the web’s first verified welding-PAPR parts database: part-number records, cross-brand compatibility with a four-tier approval taxonomy, supersession chains, and dated primary-source evidence for every claim.",
  "license": "Free to use with attribution to paprparts.com. Every claim traces to a dated primary source; verify with the manufacturer and your approval label before purchase or use.",
  "documentation": "https://paprparts.com/data/",
  "endpoints": [
    {
      "path": "/api/index.json",
      "url": "https://paprparts.com/api/index.json",
      "description": "This manifest: endpoints, record counts, taxonomy definitions."
    },
    {
      "path": "/api/parts.json",
      "url": "https://paprparts.com/api/parts.json",
      "description": "All part records: part number, brand, category, lifecycle status, regions, supersession chain, specs, fitment claims (system + approval tier + dated evidence), price band, data status, sources."
    },
    {
      "path": "/api/systems.json",
      "url": "https://paprparts.com/api/systems.json",
      "description": "All PAPR system records: brand, name, lifecycle status, approvals (standard/class/region), headtops, summary, data status, sources."
    },
    {
      "path": "/llms.txt",
      "url": "https://paprparts.com/llms.txt",
      "description": "llms.txt index of key pages and machine-readable endpoints."
    },
    {
      "path": "/llms-full.txt",
      "url": "https://paprparts.com/llms-full.txt",
      "description": "The full dataset as readable markdown in a single fetch."
    }
  ],
  "recordCounts": {
    "parts": 27,
    "systems": 9
  },
  "approvalTiers": {
    "officially-approved": "The part appears on the approval documentation for the complete system: the NIOSH approval label, the CE/UKCA declaration of conformity, or the manufacturer’s approval documentation.",
    "manufacturer-listed": "The manufacturer lists the part as a replacement part or accessory for the system (official parts list, user instructions, or catalogue) — but the listing itself is not the approval document.",
    "physically-compatible": "The part attaches, powers or fits the system — but it is NOT on any approval documentation. Using it voids the system approval and, in a regulated workplace, may breach OSHA 1910.134 / COSHH duties. Documented for honesty, never endorsed.",
    "workplace-regulatory": "A claim about whether a configuration is acceptable in a workplace respiratory-protection programme (OSHA 1910.134 / COSHH / EN / AS-NZS context) — the layer above the hardware. General information, not advice for a specific workplace."
  },
  "dataStatus": {
    "verified": "We checked the primary source ourselves.",
    "audit-supported": "Supported by the research/verification audit but not yet re-checked live against the primary source.",
    "needs-verification": "Known gap or known-error area — published only with a warning badge; treat details with caution."
  }
}