Skip to main content
GET
Look up duty and tax rates for a country + HS code.

Authorizations

Authorization
string
header
required

API key issued from the LandedFees dashboard under Settings > API keys. Format: sk_live_... (production) or sk_test_... (sandbox). Pass in the Authorization: Bearer <key> header.

Path Parameters

country
string
required

ISO-3166-1 alpha-2 destination country code (e.g. US, DE, GB).

Required string length: 2
Example:

"US"

hs
string
required

HS or HTS code, 4 to 10 digits (dots optional).

Required string length: 4 - 15
Example:

"8517.62.00"

Query Parameters

origin
string

Origin country for stacking overlays (Section 301, AD/CVD).

Required string length: 2
Example:

"CN"

calculation_date
string<date>

ISO date the rates are effective on. Defaults to today.

Example:

"2026-08-23"

Response

Rates resolved.

country
string
hs_code
string
origin
string | null
calculation_date
string<date>
mfn_rate
number | null
preferential_rate
number | null
overlays
object
vat_rate
number | null
sources
string[]
data_as_of
string<date-time>