FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Free API: Look Up Any US Tariff Rate in Seconds
How-ToWeb Development

Free API: Look Up Any US Tariff Rate in Seconds

via Dev.to JavaScriptArchie Kane8h ago

Tariff data is a surprisingly painful problem for developers. The official source — the USITC Harmonized Tariff Schedule — is a 3,500-page PDF. The API alternatives are either expensive, incomplete, or don't include the Section 301 China surcharges that have fundamentally changed import costs since 2018. So I built one: the US Tariff Rates API at ustariffrates.com/dev . Here's what it covers and how to use it. What the API does HTS code search — full-text search across 35,571 codes Tariff details — MFN rate + Section 301 (China) + Section 232 (steel/aluminum) + AD/CVD + FTA rates, all in one response Landed cost calculator — duties + Merchandise Processing Fee + Harbor Maintenance Fee AI classification — describe a product in plain English, get the HTS code Free tier: 100 calls/month. No credit card required. Getting Started Get a free API key at ustariffrates.com/pricing — instant, no approval needed. Base URL: https://ustariffrates.com/api Auth: X-API-Key header Example 1: Search for

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
0 views

Related Articles

The Quiet Advantage of Learning in Small, Practical Steps
How-To

The Quiet Advantage of Learning in Small, Practical Steps

Medium Programming • 3h ago

2. Readers-writers Problem
How-To

2. Readers-writers Problem

Medium Programming • 5h ago

The Part Nobody Could Scale
How-To

The Part Nobody Could Scale

Medium Programming • 6h ago

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.
How-To

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.

Medium Programming • 7h ago

Stop Watching Tutorials: The Real Way to Learn Coding Faster
How-To

Stop Watching Tutorials: The Real Way to Learn Coding Faster

Medium Programming • 8h ago

Discover More Articles