文档
测试

药物详情-理化性质

POST
show/drug_detail_info/getDrugPropertiesInfo

接口描述

药物详情页--理化性质

请求参数

参数名
类型
描述
必填
drug_id
string
药物ID 示例:“drug202107051418326655303045”
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data1
object
数据字典
必填
state_name
string
状态 示例:Solid
必填
chemical_formula
string
分子式 示例:C9H8O4
必填
average_weight
string
药物平均分子量 示例:180.1574
必填
monoisotopic_weight
string
单同位素分子量 示例:180.042258744
必填
data2
object
数据字典 字段若无数据则无返回
必填
melting_point_(°C)
string
熔点 示例:138-140
必填
boiling_point_(°C)
string
沸点 示例:140 °C
必填
water_solubility
string
水溶性 示例:10 mg/mL
必填
logP
string
logP 示例:1.18
必填
pKa
string
pKa 示例:3.5
必填
Radioactivity_(mCi/mL)
string
放射性_(mCi/mL)
必填
hydrophobicity
string
疏水性
必填
isoelectric_point
string
等电点
必填
Caco2_permeability
string
Caco2渗透性
必填
logS
string
logS
必填
data3
object
数据字典
必填
UNII
string
示例:R16CO5Y76E
必填
CAS_number
string
示例:50-78-2
必填
InChI_Key
string
示例:BSYNRYMUTXBXSQ-UHFFFAOYSA-N
必填
InChI
string
示例:InChI=1S/C9H8O4/c1-6(10)13-8-5-3-2-4-7(8)9(11)12/h2-5H,1H3,(H,11,12)
必填
IUPAC_Name
string
示例:2-(acetyloxy)benzoic acid
必填
SMILES
string
示例:CC(=O)OC1=CC=CC=C1C(O)=O
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data1": { "state_name": "Solid", "chemical_formula": "C9H8O4", "average_weight": "180.1574", "monoisotopic_weight": "180.042258744" }, "data2": { "melting_point_(°C)": "138-140", "boiling_point_(°C)": "140 °C", "water_solubility": "10 mg/mL", "logP": "1.18", "pKa": "3.5" }, "data3": { "UNII": "R16CO5Y76E", "CAS_number": "50-78-2", "InChI_Key": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N", "InChI": "InChI=1S/C9H8O4/c1-6(10)13-8-5-3-2-4-7(8)9(11)12/h2-5H,1H3,(H,11,12)", "IUPAC_Name": "2-(acetyloxy)benzoic acid", "SMILES": "CC(=O)OC1=CC=CC=C1C(O)=O" } }