{
  "id": "naics",
  "name": "North American Industry Classification System",
  "description": "Lookup, search, revision history, and crosswalks for NAICS industry classifications.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for public lookups.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://naics.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://naics.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. Census Bureau",
      "description": "NAICS 2007, 2012, 2017, and 2022 classifications, revision history, and crosswalks.",
      "url": "https://www.census.gov/naics/"
    }
  ],
  "freshness": {
    "cadence": "Release-based updates; an automated deployment schedule was not located.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "business-classification",
    "industry-codes",
    "naics",
    "revision-crosswalks"
  ],
  "examples": [
    {
      "label": "NAICS lookup",
      "description": "Look up a NAICS code.",
      "method": "GET",
      "url": "https://naics.datasourceapi.com/api/v1/naics/541511"
    }
  ],
  "operations": [
    {
      "operationId": "getNaicsCode",
      "summary": "Look up one NAICS code.",
      "method": "GET",
      "path": "/api/v1/naics/{code}"
    }
  ],
  "agentReadiness": {
    "level": "limited",
    "score": 45,
    "summary": "Public docs exist, but a directly attributable implementation repository and OpenAPI URL were not confirmed."
  }
}