{
  "id": "hts",
  "name": "Harmonized Tariff Schedule",
  "description": "Search and lookup for U.S. Harmonized Tariff Schedule and international HS classifications.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for public lookups.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://hts.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://hts.datasourceapi.com/docs",
  "docsMediaType": "text/html",
  "repository": "https://github.com/coopalliance/cca-cucm-services",
  "serviceBinding": {
    "supported": true,
    "description": "The fleet registry documents an internal service-binding integration in addition to public HTTPS."
  },
  "provenance": [
    {
      "name": "U.S. International Trade Commission",
      "description": "2026 Basic Edition of the U.S. Harmonized Tariff Schedule.",
      "url": "https://hts.usitc.gov/"
    },
    {
      "name": "World Customs Organization",
      "description": "Harmonized System classification framework.",
      "url": "https://www.wcoomd.org/"
    }
  ],
  "freshness": {
    "cadence": "Self-hosted release snapshots; an automated update schedule was not located.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "commodity-classification",
    "customs",
    "tariffs",
    "trade"
  ],
  "examples": [
    {
      "label": "HTS chapter lookup",
      "description": "Look up an HTS heading.",
      "method": "GET",
      "url": "https://hts.datasourceapi.com/api/v1/hts/0101"
    }
  ],
  "operations": [
    {
      "operationId": "getHtsCode",
      "summary": "Look up one HTS code.",
      "method": "GET",
      "path": "/api/v1/hts/{code}"
    }
  ],
  "agentReadiness": {
    "level": "limited",
    "score": 45,
    "summary": "Public docs exist, but a directly attributable implementation repository and OpenAPI URL were not confirmed."
  }
}