Tariff Calculator API
Calculate US import duties, tariffs, and total landed costs using HTS codes with real-time rates for 200+ countries.
8.6/10 popularity
904 ms avg latency
100% success rate
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Tariff Calculator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Calculate Import Costs /tariff/calculate |
What does this do? This endpoint calculates the total cost of importing a product from one country to another. What you'll get: Customs duty amount (import tax) VAT/GST amount… |
| GET |
Get List of Supported Countries /tariff/countries |
What does this do? Shows you all the countries that this API supports for tariff calculations. Why use this? Find the correct 2-letter code for your country Check if your country… |
| GET |
Look Up HS Code Information /tariff/hs-code/{code} |
What does this do? Tells you what a specific HS code means and how it's categorized. What is an HS Code? HS Code = "Harmonized System Code" A universal code used worldwide to… |
| GET |
Get HTS Import Data Information /cron/hts-info |
What does this do? Shows information about the imported tariff rate data currently being used by the API. What is HTS Data? HTS = Harmonized Tariff Schedule Official US tariff… |
| GET |
Look Up Real HTS Code from USITC Database /cron/hts-lookup/{code} |
What does this do? Searches the imported USITC database for a specific HTS code and returns detailed information. What you'll get: Description: What the product is Tariff Rate:… |
| GET |
Search HTS Codes by Keyword /cron/hts-search |
What does this do? Searches through 36,000+ real HTS codes from USITC by product description keyword. How to use: Just provide a keyword describing your product (e.g.,… |
| GET |
Get HTS Data Cache Status /cron/hts-cache |
What does this do? Shows information about the in-memory cache of HTS tariff data. What is the cache? When you first use the API, it loads 36,000+ HTS codes into memory. This… |