Search HSCodes

Search from the list of HS Codes available

/hs-codes/search/query

GET https://api.terminal.africa/v1/hs-codes/search/query

This endpoint allows you to search from the list of all hs codes available.

Query Parameters

Headers

{
    "status": true,
    "message": "Search results",
    "data": {
        "hs_codes": [
            {
                "_id": "641d65dfd1b41ab967641c9b",
                "chapter": "35",
                "category": "Casein, caseinates and other casein derivatives; casein glues (excl. those packaged as glue for retail sale and weighing net <= 1 kg)",
                "category_code": "3501",
                "sub_category": "Casein for the manufacture of artificial textile fibres",
                "hs_code": "35011010",
                "hs_code_id": "HS-58166557317",
                "__v": 0,
                "id": "641d65dfd1b41ab967641c9b"
            },
            {
                "_id": "641d65dfd1b41ab967641c9c",
                "chapter": "35",
                "category": "Casein, caseinates and other casein derivatives; casein glues (excl. those packaged as glue for retail sale and weighing net <= 1 kg)",
                "category_code": "3501",
                "sub_category": "Casein for industrial uses (excl. the manufacture of foodstuffs or fodder and artificial textile fibres)",
                "hs_code": "35011050",
                "hs_code_id": "HS-52565243769",
                "__v": 0,
                "id": "641d65dfd1b41ab967641c9c"
            },
            {
                "_id": "641d65dfd1b41ab967641c9d",
                "chapter": "35",
                "category": "Casein, caseinates and other casein derivatives; casein glues (excl. those packaged as glue for retail sale and weighing net <= 1 kg)",
                "category_code": "3501",
                "sub_category": "Casein for the manufacture of foodstuffs and fodder and other types of casein (excl. the manufacture of artificial textile fibres and other industrial uses)",
                "hs_code": "35011090",
                "hs_code_id": "HS-04289043889",
                "__v": 0,
                "id": "641d65dfd1b41ab967641c9d"
            }
        ],
        "pagination": {
            "page": 1,
            "perPage": 100,
            "prevPage": null,
            "nextPage": null,
            "currentPage": 1,
            "total": 28,
            "pageCount": 1,
            "pagingCounter": 1,
            "hasPrevPage": false,
            "hasNextPage": false
        }
    }
}

Last updated