Drug Details Lookup
Retrieve detailed drug information by approval number or drug ID.
Documentation
Retrieve third-party database fields including the drug name, manufacturer, ingredients, indications, dosage, contraindications, adverse reactions, and precautions.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"searchType": "3",
"searchKey": "国药准字Z11020957",
"page": "1",
"maxResult": "10"
}Response Example
{
"count": 1,
"drugList": [
{
"drugName": "示例药品",
"pzwh": "国药准字Z11020957",
"manu": "示例药企",
"syz": "示例适应症"
}
]
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| searchType | string | 3 |
| searchKey | string | 国药准字Z11020957 |
| page | string | 1 |
| maxResult | string | 10 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| count | number | 1 |
| drugList | array | {"drugName":"示例药品","pzwh":"国药准字Z11020957","manu":"示例药企","syz":"示例适应症"} |
| drugList[] | object | {...} |
| drugList[].drugName | string | 示例药品 |
| drugList[].pzwh | string | 国药准字Z11020957 |
| drugList[].manu | string | 示例药企 |
| drugList[].syz | string |