[B020] Drug Dev Status
Obtain drug dev status about organization, disease, country, phase etc.
Request Parameters
List of parameters supported by this API endpoint
| Name | Type | Example | Description |
|---|---|---|---|
Required | string | 11d208e0c26a4345946d95f92d9fcaf0 | Drug ID, obtain this through the drug search interface or drug autocomplete interface |
| integer<int64> | 0 | Offset, default 0 |
| integer<int64> | 10 | Limit, default 10 |
Response Schema
Structure of the API response data
| Field Name | Type | Example | Description |
|---|---|---|---|
data | object | - | response data |
items | array | Please check the form:DrugDevStatus | Results |
id | string | 05f69ae72aeccf5a92c9f417efaa3b02 | ID |
country | object | {
"country_id": "00d7d9ab-3d75-3fa9-9849-2f715d69f010",
"alpha2_code": "NZ",
"display_name": [
{
"lang": "EN",
"name": "New Zealand"
},
{
"lang": "CN",
"name": "新西兰"
}
]
} | Country/Location |
country_id | string | 676de5ba-893a-36bb-8683-c93306aaf769 | Country/Location ID |
alpha2_code | string | US | Alpha Code |
display_name | array | [
{
"lang": "EN",
"name": "United States"
},
{
"lang": "CN",
"name": "美国"
}
] | Country/Location Name |
lang | string | EN | Language |
name | string | Ranibizumab (Genentech) | Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name |
disease | object | {
"disease_id": "509a094ddb78441eaeeeae867832dfad",
"display_name": [
{
"lang": "EN",
"name": "Colitis, Ulcerative"
},
{
"lang": "CN",
"name": "溃疡性结肠炎"
}
]
} | Disease |
disease_id | string | 06a9082fe1ec4c97bea31d888b9cfdce | Disease ID |
display_name | array | [
{
"lang": "EN",
"name": "Uveitic Macular Edema"
},
{
"lang": "CN",
"name": "葡萄膜炎黄斑水肿"
}
] | Disease Name, Referencing "CommonName" |
dev_status | object | {
"display_name": [
{
"lang": "EN",
"name": "Pending"
},
{
"lang": "CN",
"name": "无进展"
}
],
"normalized_id": "4d95bf5fb0c340fbb38cda626c1c9c60"
} | Dev Status |
display_name | array | [
{
"lang": "EN",
"name": "Autologous CAR-T"
},
{
"lang": "CN",
"name": "自体CAR-T"
}
] | Dict Name |
normalized_id | string | 2fbfdb3e92d942c48cbb0adb79f23526 | Dict ID |
organization | object | {
"display_name": [
{
"lang": "EN",
"name": "AbbVie, Inc."
}
],
"organization_id": "d88590e686ad5608bbbfeb811b14d188"
} | Organization |
display_name | array | [
{
"lang": "EN",
"name": "Roche Holding AG"
},
{
"lang": "CN",
"name": "罗氏"
}
] | Organization Name, Referencing "CommonName" |
organization_id | string | 87bfaf037f8e60c9e25595cd98bb27e4 | Organization ID |
dev_status_time | integer<int64> | 1644105600000 | Date |
limit | integer<int64> | 10 | limit |
total | integer<int64> | - | total |
offset | integer<int64> | - | offset |
statusRequired | boolean | false | Status |
error_msg | string | The request parameter format is incorrect! | Error Message |
error_codeRequired | integer | 0 | Error Code |
Success Response Example
Example of a successful API response
JSON
{
"data": {
"items": [
{
"id": "05f69ae72aeccf5a92c9f417efaa3b02",
"country": {
"country_id": "676de5ba-893a-36bb-8683-c93306aaf769",
"alpha2_code": "US",
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
},
"disease": {
"disease_id": "06a9082fe1ec4c97bea31d888b9cfdce",
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
},
"dev_status": {
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
],
"normalized_id": "2fbfdb3e92d942c48cbb0adb79f23526"
},
"organization": {
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
],
"organization_id": "87bfaf037f8e60c9e25595cd98bb27e4"
},
"dev_status_time": 1644105600000
}
],
"limit": 10,
"total": 0,
"offset": 0
},
"status": true,
"error_code": 0
}Error Codes
List of possible error codes returned by this endpoint
Business Errors
| Error Code | Description |
|---|---|
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
Platform Errors
| Error Code | Description |
|---|---|
67200000 | API call exceeds the total limit set by the platform! |
67200001 | API call exceeds the total limit set by the platform! |
67200002 | The current call rate is too fast, exceeding the current configuration limit QPS! |
67200003 | The key and secret parameters for applying for the token are incorrect or the client has been disabled! |
67200004 | The requested api does not have permission. Please contact our support personnel! |
67200005 | Insufficient account balance/number of calls! |
67200006 | The client has exceeded the activation validity period! |
67200007 | The current call exceeds the configured usage limit of the day! |
67200008 | Please check if the required apikey in the query parameter has been transmitted! |
67200009 | The apikey does not match the passed bearerToken. Please check if a valid token is being used! |
67200012 | The request is illegal! |
67200100 | The current server status is busy, request response timeout! |
67200101 | The API requested currently does not exist. Please check the request path! |
HTTP Status Codes
| Status Code | Description |
|---|---|
0 | Success |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Performance Metrics
Expected performance characteristics for this endpoint
Normal Response Time
5000 ms
Max Response Time
10000 ms