{
  "id": "sic",
  "name": "Standard Industrial Classification",
  "description": "Lookup and search for 1987 U.S. Standard Industrial Classification codes and NAICS crosswalks.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for public lookups.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://sic.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://sic.datasourceapi.com/docs",
  "docsMediaType": "text/html",
  "repository": "https://github.com/coopalliance/cca-cucm-services",
  "serviceBinding": {
    "supported": true,
    "description": "The fleet registry documents service-binding and public HTTPS access."
  },
  "provenance": [
    {
      "name": "U.S. Department of Labor",
      "description": "1987 Standard Industrial Classification.",
      "url": "https://www.osha.gov/data/sic-manual"
    },
    {
      "name": "U.S. Census Bureau",
      "description": "SIC-to-NAICS crosswalks.",
      "url": "https://www.census.gov/naics/"
    }
  ],
  "freshness": {
    "cadence": "Static classification release with deployment-based updates.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "business-classification",
    "industry-codes",
    "sic",
    "sic-naics-crosswalk"
  ],
  "examples": [
    {
      "label": "SIC lookup",
      "description": "Look up an SIC code.",
      "method": "GET",
      "url": "https://sic.datasourceapi.com/api/v1/sic/0111"
    }
  ],
  "operations": [
    {
      "operationId": "getSicCode",
      "summary": "Look up one SIC code.",
      "method": "GET",
      "path": "/api/v1/sic/{code}"
    }
  ],
  "agentReadiness": {
    "level": "limited",
    "score": 45,
    "summary": "Public docs exist, but a directly attributable implementation repository and OpenAPI URL were not confirmed."
  }
}