The country parameter determines which country your search result is based on.
If this parameter is not specified, the returning HS Code references would be based on the WCO 6-digits standard.
Two-letter ISO country code. Example: “US”, “CA”
Supported Countries
| Supported Country | 2-letter ISO Format | Full Country Parameter |
|---|
| United States | US | &country=us |
| United Kingdom | UK | &country=uk |
| Singapore | SG | &country=sg |
| Canada | CA | &country=ca |
| Australia | AU | &country=au |
Only import HS Code is supported for all country-specific responses.
curl -X GET "https://api.hsping.com/api/v1/find?query=toy car&country=ca" \
-H "Authorization: Bearer API_KEY"
// query = toy car
// country = ca (Canada)