Critical import dependencies, dominant suppliers and the products and importing economies over which a supplier holds market power.
Surface: /supply-chain
BACI 202601 (CEPII), HS96, 1996-2024 (retrieved 2026-06-01)
GeoDep stores one importer-HS6-year row with import dependence, concentration fields, a dependent flag, the dominant supplier in first_odpt and that supplier's share in share_odpt.
The country surface selects rows with dependent = 1, orders them by import_dpt and reports up to 30 critical products. It also reports pre-aggregated totals for critical products, high concentration, single sourcing, average import dependence and strategic-sector counts.
Supplier market power is represented by precomputed dominant, high-share and monopoly counts and average supplier share. The endpoint also lists the top 20 importer-product rows on which the requested ISO3 is first_odpt and the 15 importing economies with the most such rows.
ISO3 input is uppercased. CEPII GeoDep represents the EU27 as EUN, so requests for member-state ISO3 codes transparently read EUN and return a note that the response is an EU27 aggregate.
The default year is the literal 2022.
dominant_count(s,y) = count of rows where first_odpt = s and year = ycritical(i,y) = { p : dependent(i,p,y) = 1 }| Path | Method | Returns | Example |
|---|---|---|---|
| /api/supply-chain/[iso3] | GET | Country and source ISO3, coverage note, summary dependence counts, strategic-sector counts, the top 30 critical products and the top 15 dominant suppliers with market-power fields. | /api/supply-chain/BGD?year=2022 |
| /api/supply-chain/compare | GET | A comparison of critical-product, single-source, high-concentration, total-product and average-dependence fields for up to eight countries. | /api/supply-chain/compare?countries=BGD,USA&year=2022 |
| /api/countries/[iso3]/market-power | GET | Supplier market-power counts and average share, the top 20 dominant importer-product rows and the 15 importing economies most dependent on that supplier. | /api/countries/CHN/market-power?year=2022 |