Discover/chinadrugtrials.org.cn API
live

chinadrugtrials.org.cn APIchinadrugtrials.org.cn

Search and retrieve Chinese clinical trial data including phases, statuses, sponsors, dates, and locations via the chinadrugtrials.org.cn API.

Endpoints
2
Updated
3mo ago
Try it
Page number for pagination.
General keywords to search for.
Registration number (e.g., CTR20260628).
Current status of the trial (e.g., 进行中, 招募中).
Name of the applicant or sponsor.
Name of the drug involved in the trial.
api.parse.bot/scraper/0b80c465-d3c2-495c-ba35-cf0bcd0e0c7e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/0b80c465-d3c2-495c-ba35-cf0bcd0e0c7e/search_trials?page=1&query=%E9%AB%98%E8%A1%80%E5%8E%8B' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for clinical trials by various criteria.

Input
ParamTypeDescription
pageintegerPage number for pagination.
querystringGeneral keywords to search for.
reg_nostringRegistration number (e.g., CTR20260628).
statusstringCurrent status of the trial (e.g., 进行中, 招募中).
sponsorstringName of the applicant or sponsor.
drug_namestringName of the drug involved in the trial.
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "items": "array of trial summaries",
    "total": "total number of results found"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "title": "评价沙库巴曲阿利沙坦钙片在健康试验参与者中的单中心、开放、单用及联合用药药代动力学的研究",
          "status": "进行中 尚未招募",
          "trial_id": "20ffcb77c771488180ba0a3f3376f7aa",
          "drug_name": "沙库巴曲阿利沙坦钙片",
          "indications": "原发性高血压",
          "registration_number": "CTR20260628"
        },
        {
          "title": "阿普昔腾坦片在健康参与者中的生物等效性试验",
          "status": "进行中 尚未招募",
          "trial_id": "0eb80377b6b94fdc9af024ebd7ac650a",
          "drug_name": "阿普昔腾坦片",
          "indications": "难治性高血压",
          "registration_number": "CTR20260572"
        },
        {
          "title": "沙库巴曲阿利沙坦氨氯地平片与沙库巴曲阿利沙坦钙片联合苯磺酸氨氯地平片的生物等效性研究",
          "status": "进行中 尚未招募",
          "trial_id": "89164d881290464595af75e11bd7f3da",
          "drug_name": "沙库巴曲阿利沙坦氨氯地平片",
          "indications": "原发性高血压",
          "registration_number": "CTR20260488"
        }
      ],
      "total": 1974
    },
    "status": "success"
  }
}

About the chinadrugtrials.org.cn API

The chinadrugtrials.org.cn API provides access to Chinese clinical trial records through 2 endpoints, returning fields such as trial phase, status, sponsor, drug name, start/end dates, and participating institutions. Use search_trials to query by keyword, registration number, sponsor, or drug name, and get_trial_details to pull the full record for a specific trial by its UUID.

Searching Clinical Trials

The search_trials endpoint accepts up to five filter parameters simultaneously: query for general keyword search, reg_no for a specific registration number (e.g., CTR20260628), status for Chinese-language status strings such as 进行中 (ongoing) or 招募中 (recruiting), sponsor for applicant or institution name, and drug_name for the investigational product. Results are paginated via the page parameter; each response includes total (the full result count), page (current page), and items (an array of trial summaries).

Trial Detail Records

Once you have a trial_id from a search result, get_trial_details returns the full record for that trial. Fields include phase (I期, II期, III期, etc.), title, status, sponsor, drug_name, drug_type, start_date, end_date, and locations — an array listing every participating institution and its principal investigator. The trial_id is a UUID and must be obtained from search results first.

Coverage and Language

All trials originate from the China Drug Trials registry (chinadrugtrials.org.cn), which is maintained by the National Medical Products Administration (NMPA). Trial status values and some title fields are returned in Chinese. Developers working with downstream systems should plan for UTF-8 handling and, where needed, translation of status strings and institutional names.

Common use cases
  • Monitor the status of NMPA-registered trials for a specific drug compound using the drug_name filter.
  • Identify all trials sponsored by a particular pharmaceutical company using the sponsor parameter in search_trials.
  • Retrieve participating institutions and investigators for a trial via the locations field in get_trial_details.
  • Track trial phase progression (I期 through III期) for a pipeline drug across multiple registration numbers.
  • Build a dashboard of actively recruiting trials by filtering status for 招募中.
  • Cross-reference a known registration number (reg_no) with internal drug development databases.
  • Aggregate estimated completion dates (end_date) across a portfolio of trials to model pipeline timelines.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does chinadrugtrials.org.cn have an official developer API?+
No. The registry at chinadrugtrials.org.cn does not publish a documented public developer API or data export service.
What does `search_trials` return, and can I filter by phase?+
The endpoint returns a paginated list of trial summaries — each including identifiers, title, status, and sponsor — along with a total count. Phase filtering is not a direct input parameter on search_trials; phase data is available at the detail level via get_trial_details. You can fork this API on Parse and revise it to add a phase filter to the search endpoint.
Are trial documents, protocols, or results reports included in the response?+
Not currently. The API covers structured metadata fields: phase, status, sponsor, drug name, drug type, dates, and participating locations. Protocol PDFs, consent form documents, and posted results are not returned by either endpoint. You can fork it on Parse and revise to add an endpoint targeting those documents if the registry exposes them.
How does pagination work for large search result sets?+
The search_trials response includes a total field indicating the full number of matching records and a page field reflecting the current page. Pass the page integer parameter to step through results. There is no built-in page-size parameter exposed; page size is fixed by the source registry.
Are trials from regions outside mainland China included?+
The registry covers trials registered with China's NMPA. Trials registered exclusively with other authorities (FDA, EMA, CTRI, etc.) are not included. Multi-regional trials appear only if they carry an NMPA registration number. You can fork this API on Parse and revise it to integrate additional registries such as ClinicalTrials.gov for broader coverage.
Page content last updated . Spec covers 2 endpoints from chinadrugtrials.org.cn.
Related APIs in HealthcareSee all →
ulta.com API
Search and browse Ulta Beauty's complete product catalog with real-time pricing and inventory information, then dive into detailed product specs including ingredients, usage instructions, and customer reviews. Find exactly what you're looking for across all beauty categories with comprehensive product data at your fingertips.
pubmed.ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
cvs.com API
Find nearby CVS Pharmacy locations and check their hours, then search for products and verify real-time availability at specific stores. Quickly locate what you need and confirm it's in stock before making a trip.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
pmc.ncbi.nlm.nih.gov API
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
open.fda.gov API
Search FDA food recall and enforcement actions to find safety information about specific products or manufacturers, and look up adverse events reported to the CFSAN Adverse Event Reporting System (CAERS). Filter, sort, and aggregate data by various fields to analyze food safety trends and monitor enforcement activity.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.