Fromerica Developer API

Free, real-time access to US tariff data and denied-party screening — the same data that powers Fromerica itself.

Get a free API key

Authentication

Send your key in the X-API-Key header on every request.

X-API-Key: your-key-here

Rate limit: 60 requests per minute per key.

Endpoints

GET/api/v1/tariffs/search?q=steel

Search the full US Harmonized Tariff Schedule by product description or HTS code.

curl "https://www.fromerica.com/api/v1/tariffs/search?q=steel" \
  -H "X-API-Key: your-key-here"
GET/api/v1/screening/check?name=Acme+Corp

Check a name against the US Consolidated Screening List (OFAC, BIS, State Dept).

curl "https://www.fromerica.com/api/v1/screening/check?name=Acme+Corp" \
  -H "X-API-Key: your-key-here"