NMPA · Device registrations · UDI

China's medical device registry, finally readable.

The NMPA database is public — but Chinese-only, web-only, and built for humans with patience. RegistryCN turns it into a structured English API your team (and your AI agents) can query in seconds.

Join the early access list

Free during beta · No credit card

nmpa.gov.cn/datasearch原文 / source
国家药品
监督管理局
注册证编号:国械注进20263060456
注册人名称:某某医疗器械(上海)有限公司
产品名称:电子上消化道内窥镜 | 管理类别:第三类
批准日期:2026-03-12 有效期至:2031-03-11
GET /v1/registrations/国械注进20263060456 ↓
{
  "registration_no": "国械注进20263060456",
  "registrant_en": "XX Medical Devices (Shanghai) Co., Ltd.",
  "product_en": "Electronic upper GI endoscope",
  "class": "III",
  "approved": "2026-03-12",
  "expires": "2031-03-11",
  "status": "valid"
}

Every RA team working on China hits the same wall.

中文 only

The official registration database and the CMDE review portal are Chinese-language only. Checking a single certificate means screenshots, translation tools, and guesswork.

0 APIs

Major regulatory intelligence platforms cover FDA, TGA, Health Canada and EUDAMED — none offers a queryable NMPA device dataset. The gap is the world's second-largest device market.

5-year

Certificates expire, get amended, get cancelled. Without monitoring, you find out when a distributor — or a competitor — tells you. Changes should find you first.

Three endpoints. English fields. Built for agents.

GET /v1/registrations

Search & retrieve

Look up by certificate number, company, or product. Domestic and imported devices, Class I–III, returned as clean English JSON.

GET /v1/verify

Verify a certificate

Is this registration real, valid, and held by who they claim? One call answers the question distributors and buyers ask every day.

POST /v1/watch

Monitor changes

Watch a company or product line. Get a webhook when registrations are approved, amended, renewed or cancelled.

Also ships as an MCP server — plug NMPA lookups directly into Claude, ChatGPT or your in-house agents.

Questions you're probably asking

Where does the data come from?

Public records published by China's National Medical Products Administration: the device registration database and the UDI database, which the NMPA explicitly makes open for public access and sharing. We structure it, translate field labels, and keep it current.

Are product and company names machine-translated?

Original Chinese is always returned alongside English. Company names use registered English names where they exist; otherwise translations are flagged as such, so nothing silently pretends to be official.

How fresh is the data?

Registration records are refreshed daily; UDI records follow the NMPA's published batch updates. Every response carries a last_synced timestamp.

What will it cost?

Free during beta. After that, plans from roughly $49/month for individual RA use, with usage-based pricing for platforms and consultancies. Early-access users keep a discount.