Origo EUDR Taxonomy API — Free Public Reference Data

Origo publishes a free, rate-limited API for EUDR reference data. Query covered commodities, HS codes, and country risk classifications. No authentication required for 100 requests/day. Integrate into your EUDR compliance workflows or cite it in due diligence documentation.

BASE URL: https://data.cleantechhub.net/public/eudr/

Available Endpoints

GET /public/eudr/commodities
GET /public/eudr/commodities/{commodity}/hs-codes
GET /public/eudr/countries

Rate Limits

TierLimit
Free (no auth)100 requests/day per IP
Registered (free API key)10,000 requests/day

Example — GET /public/eudr/commodities/coffee/hs-codes

{
  "commodity": "coffee",
  "eudr_covered": true,
  "enforcement_date_large": "2026-12-30",
  "enforcement_date_small": "2027-06-30",
  "hs_codes": ["0901", "2101.11", "2101.12"]
}

Need full supply chain compliance?

The Taxonomy API is the entry point. Full DDS generation with IDEAM + JRC verification is available from €150/DDS on the Origo paid tier.

Frequently Asked Questions

Can I use this API in a commercial product?

Yes. The public Origo Taxonomy API is open for commercial use within the rate limits. Attribution appreciated but not required.

How often is the data updated?

Commodity and HS code data is updated when EU 2023/1115 implementing regulations change. Country risk classifications will be updated when the EU Commission publishes the Art. 29 benchmark list (expected Q4 2026).

Related: EUDR Compliance Platform · EUDR Risk Screener

Scroll to Top