Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
19 APIsDeveloper Tools
20 APIsClassifieds & Second-hand
4 APIsHS-Code / Tariff
livepost/hs-code/v1/hs_lookup1 creditOne HS/HTS/commodity code + destination (US|UK) → the official tariff line: description, units, MFN duty rate (+ parsed % when ad-valorem), VAT/GST, special/preference programs, footnotes, schedule version. A 4/6-digit code resolves to its most specific rate-bearing line and lists context.
{
"code": "8471.30.0100",
"destination": "US"
}Try in playground →post/hs-code/v1/classify4 creditsProduct description (+materials) + destination → ranked candidate HS codes with a confidence band, reason, and review_required. Candidates are SUGGESTIONS for a human/broker to confirm — low-confidence candidates are clearly marked, never shown as a settled code.
{
"description": "leather shoes for men",
"destination": "US"
}Try in playground →post/hs-code/v1/landed_cost8 creditsHS code (or description → auto-classified) + destination + value (+origin, currency, shipping) → estimated duty + VAT/GST + total landed cost, with an explicit assumptions[] list and the disclaimer. A simple, honest estimate — NOT a customs quote.
{
"code": "8471300000",
"destination": "UK",
"value": 1000,
"currency": "GBP"
}Try in playground →post/hs-code/v1/schedules_status1 creditFreshness + coverage of the underlying official schedules (US HTS revision, UK tariff reachability) — so a caller knows how current the rates are and which markets are live.
Try in playground →post/hs-code/v1/batch_classify3 creditsUp to 25 products in one call (discounted). Each item is classified (or looked up if a code is given) independently; one bad item never fails the batch.
{
"items": [
{
"description": "leather shoes"
},
{
"description": "laptop"
}
],
"destination": "US"
}Try in playground →
Social Media
7 APIs