GET /tariff/{code} · /tariff?q=
Pass a code and where it ships from. Get the stacked US duty.
You have a code and where it ships from. Stacked US duty from that country.
Try itorigin=CN
hts
The code you asked about, normalized with dots (8471.30.01.00)
description
The schedule line, verbatim
lineage
Parent descriptions from the schedule outline, outermost first. Empty for top-level headings
units
Units of quantity (No., kg, doz.). Empty when the schedule lists none
general
Column 1 general rate of duty, verbatim. Most countries
special
Column 1 special rate, verbatim. Free trade agreements and preference programs
other
Column 2 rate, verbatim. The statutory rate
revision
The official release that answered (2026HTSRev17)
deep.origin
The origin country the measures were resolved for
deep.effective_rate
Composed ad valorem percent when the base rate and every duty-imposing measure are clean percentages that stack. Compound or conditional parts leave this null. The measure rows still ship
deep.measures
Every Chapter 99 tariff measure that applies to this code from this origin, verbatim. heading, description, rate, from, until. Exclusions and carve-outs ride as rows with their expiry
1
Deep plus origin resolves every Chapter 99 measure that applies from that country, plus a composed effective rate.
2
4 to 10 digits, dots optional. Description, rates, units, lineage, and the revision that answered.
3
?q= searches descriptions. Horses finds Purebred breeding animals.
Start is $20/mo. Lookup and duty resolution ride pooled requests. No per-resolve meter.
US only. Pass an HTS code, 4 to 10 digits, dots optional. You get the schedule line: description, general, special, and column 2 duty rates, units, parent descriptions, and the official revision that answered. Search by product with ?q= when you have a name, not a code.
Deep adds duty resolution. Pass an origin country and get every Chapter 99 tariff measure that applies, verbatim, plus a composed effective rate.
RESPONSE
$ curl "https://api.parseapi.com/tariff/8471.30.01.00" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~37ms US · ~100ms worldwide { "hts": "8471.30.01.00", "description": "Portable automatic data processing machines, weighing not more than 10 kg, consisting of at least a central processing unit, a keyboard and a display", "lineage": ["Automatic data processing machines and units thereof; magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included:"], "units": ["No."], "general": "Free", "special": null, "other": "35%", "revision": "2026HTSRev17" }
Response fields
QUESTIONS
SPEED
US
37ms
EU
83ms
APAC
143ms
LatAm
18ms
ME
96ms
Every line of the current official US schedule. Refreshed the day a new revision publishes.