cURL
curl --request GET \ --url https://htsapi.com/v1/chapters \ --header 'Authorization: Bearer <token>'
{ "data": [ { "code": "<string>", "description": "<string>" } ] }
List all HTS chapters (2-digit) with descriptions for navigation and filtering
curl -X GET "https://htsapi.com/v1/chapters" \ -H "Authorization: Bearer hts_your_api_key"
{ "data": [ { "code": "84", "description": "Nuclear reactors, boilers, machinery and mechanical appliances; parts thereof" }, { "code": "85", "description": "Electrical machinery and equipment and parts thereof" }, { "code": "86", "description": "Railway or tramway locomotives, rolling-stock and parts thereof" } ] }
API key as Bearer token. Format: Bearer hts_your_api_key
List of chapters
Show child attributes