Import & export tariffs, export-control entity lists, dual-use licenses and FTA rules of origin β searchable in Chinese and English, by HS code or by plain language.
Curated from official Chinese government gazettes (MOFCOM, GACC, Customs Tariff Commission). Verified line-by-line against source PDFs.
MFN, provisional, general, agreement and preferential rates. Specific-duty and TRQ quota notes preserved verbatim.
107 export-duty lines plus 11,727 export tax-rebate rates by HS code.
MOFCOM/GACC Announcement No. 91 of 2025: dual-use items, import/export licenses, automatic import licensing.
Cross-list merged entities with daily monitoring of official channels. Legal disclaimer included in every response.
Product-specific rules (PSR) for 25 agreements incl. RCEP, ASEAN, Korea, Australia, Switzerland, Chile, CEPA.
All import batches 1β9 and export batches 1β8 of the prohibited goods catalogues.
bge-m3 multilingual vectors over formal names, colloquial aliases and English trade terms. Search "power bank", get HS 8507.60.
REST + MCP server. Plug into Claude, Dify, Coze or any LLM agent in minutes.
Anonymous free tier: 30 requests/day per IP. No sign-up required.
# 1. Exact HS code lookup β tariff rates curl -X POST https://api.mingxiapi.com/v1/query \ -H "Content-Type: application/json" \ -d '{"keyword":"85076000","dataset":"tariff_import"}' # 2. Plain-language semantic search (EN or δΈζ) curl -X POST https://api.mingxiapi.com/v1/query \ -H "Content-Type: application/json" \ -d '{"keyword":"lithium battery for power bank"}' # 3. Export control entity screening curl -X POST https://api.mingxiapi.com/v1/query \ -H "Content-Type: application/json" \ -d '{"keyword":"Acme Corp","dataset":"entity"}'
Response: {"status":"success","data":{"results":[...]}} β every result carries score and match_type (exact / alias / semantic) plus a legal disclaimer.
Pass as dataset in the request body. Omit it for automatic routing.
| dataset | Content | Rows |
|---|---|---|
| tariff_import | 2026 import tariff schedule (MFN / provisional / agreement / preferential / general) | 8,972 |
| tariff_export | 2026 export duties | 107 |
| tariff_rebate | Export tax rebate rates | 11,727 |
| license_dualuse | Dual-use items & technologies license catalogue (2026) | 2,036 |
| license_import / license_export / license_auto | Import, export & automatic import licensing catalogues | 1,962 |
| entity | Export control / sanctions entity lists (merged across lists) | 338 |
| fta_psr | FTA product-specific rules of origin, 25 agreements | 21,440 |
| prohibited | Prohibited import/export goods (all batches) | 379 |
| country_treatment | Country-level tariff treatment (264 economies) | 264 |
Start free. Pay only when you integrate.