Work with this as data
Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/patsnap-drug-basic-data-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
OpenAPI Specification
openapi: 3.2.0
info:
title: Patsnap Open Platform AI Translation Drug Basic Data API
version: 1.0.0
description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
description: Patsnap Open Platform API gateway
tags:
- name: Drug Basic Data
description: Drug Basic Data APIs.
paths:
/synapse/drug/detail:
get:
operationId: b018DrugDetail
summary: B018 Drug basic information
description: Obtain drug basic information about drugs, including name, target, disease, active organization, etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b018 drug basic information response.
content:
application/json:
schema:
$ref: '#/components/schemas/B018DrugDetailResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/drug/detail
parameters:
- name: drug_id
in: query
required: true
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
schema:
type: string
example: 11d208e0c26a4345946d95f92d9fcaf0
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
/synapse/drug/dev-status:
get:
operationId: b020DrugDevStatus
summary: B020 Drug Dev Status
description: Obtain drug dev status about organization, disease, country, phase etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b020 drug dev status response.
content:
application/json:
schema:
$ref: '#/components/schemas/B020DrugDevStatusResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/drug/dev-status
parameters:
- name: drug_id
in: query
required: true
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
schema:
type: string
example: 11d208e0c26a4345946d95f92d9fcaf0
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
- name: offset
in: query
required: false
description: Offset, default 0
schema:
type: integer
format: int64
example: '0'
description: Offset, default 0
- name: limit
in: query
required: false
description: Limit, default 10, max 100
schema:
type: integer
format: int64
example: '10'
description: Limit, default 10, max 100
/synapse/drug/approval:
get:
operationId: b019DrugApproval
summary: B019 Drug approval information
description: Obtain drug approval information about product, submission, etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b019 drug approval information response.
content:
application/json:
schema:
$ref: '#/components/schemas/B019DrugApprovalResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/drug/approval
parameters:
- name: drug_id
in: query
required: true
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
schema:
type: string
example: 68431d4745744d9e9e17a3073edd3920
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
/synapse/target/detail:
get:
operationId: b040TargetDetail
summary: B040 Target basic information
description: Obtain Target basic information about name, short name, alias etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b040 target basic information response.
content:
application/json:
schema:
$ref: '#/components/schemas/B040TargetDetailResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/target/detail
parameters:
- name: target_id
in: query
required: true
description: Target ID, obtain this through the target autocomplete interface
schema:
type: string
example: 9786d32e3d244a688ec6a60d2fe1b10b
description: Target ID, obtain this through the target autocomplete interface
/synapse/drug/special-approval:
get:
operationId: b021DrugSpecialApproval
summary: B021 Drug Regulatory Review
description: Obtain drug special approval about organization, disease, country, special review etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b021 drug regulatory review response.
content:
application/json:
schema:
$ref: '#/components/schemas/B021DrugSpecialApprovalResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/drug/special-approval
parameters:
- name: drug_id
in: query
required: true
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
schema:
type: string
example: 68431d4745744d9e9e17a3073edd3920
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
/synapse/drug/xdc:
get:
operationId: b047DrugXdc
summary: B047 Drug xdc
description: Obtain drug xdc about targeting moiety, payload, linker etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b047 drug xdc response.
content:
application/json:
schema:
$ref: '#/components/schemas/B047DrugXdcResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/drug/xdc
parameters:
- name: drug_id
in: query
required: true
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
schema:
type: string
example: 002ff1c130254b02983a9282528b4d1c
description: Drug ID, obtain this through the drug search interface or drug autocomplete interface
/synapse/target/analysis:
get:
operationId: b041TargetAnalysis
summary: B041 Target analysis
description: Obtain Target analysis about organization, disease, drug type etc.
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b041 target analysis response.
content:
application/json:
schema:
$ref: '#/components/schemas/B041TargetAnalysisResponse'
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/target/analysis
parameters:
- name: target_id
in: query
required: true
description: Target ID, obtain this through the target autocomplete interface
schema:
type: string
example: 9786d32e3d244a688ec6a60d2fe1b10b
description: Target ID, obtain this through the target autocomplete interface
- name: type
in: query
required: true
description: 'Analysis type, enum: ORGANIZATION、DISEASE、DRUG_TYPE'
schema:
type: string
example: ORGANIZATION
description: 'Analysis type, enum: ORGANIZATION、DISEASE、DRUG_TYPE'
- name: roll_up
in: query
required: true
description: Should the aggregation start from the headquarters as the root node? true - yes, false - no. The default is true
schema:
type: boolean
example: 'true'
description: Should the aggregation start from the headquarters as the root node? true - yes, false - no. The default is true
/synapse/drug/approval/file:
post:
operationId: b059ApprovalFile
summary: B059 Drug approval file
description: Obtain drug approval file
tags:
- Drug Basic Data
security:
- bearerAuth: []
responses:
'200':
description: Successful b059 drug approval file response.
content:
application/json:
schema:
$ref: '#/components/schemas/B059ApprovalFileResponse'
'201':
description: Created.
'401':
description: Unauthorized.
'403':
description: Forbidden.
'404':
description: Not Found.
externalDocs:
description: API Reference documentation
url: https://open.patsnap.com/devportal/api-reference/synapse/drug/approval/file
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/B059ApprovalFileRequest'
components:
schemas:
B018DrugDetail_CommonOrganization:
type: object
properties:
display_name:
type: array
example:
- lang: EN
name: Roche Holding AG
- lang: CN
name: 罗氏
description: Organization Name, Referencing "CommonName"
items:
$ref: '#/components/schemas/B018DrugDetail_CommonName'
organization_id:
type: string
example: 87bfaf037f8e60c9e25595cd98bb27e4
description: Organization ID
B019DrugApproval_DosageFormAndRouteDto:
type: object
properties:
route:
type: array
example:
- display_name:
- lang: EN
name: Subcutaneous
- lang: CN
name: 皮下注射
normalized_id: 6e0ca63bc1734b7aa1ad7a4c846fb4ac
description: Route
items:
$ref: '#/components/schemas/B019DrugApproval_CommonDictionary'
dosage_from:
type: array
example:
- display_name:
- lang: EN
name: Injection
- lang: CN
name: 注射剂
normalized_id: 699243160d8d4fd8aa67da7ff18f90a9
description: Dosage Form
items:
$ref: '#/components/schemas/B019DrugApproval_CommonDictionary'
original_name:
type: string
example: Injection; Subcutaneous
description: Original Name
B041TargetAnalysis_CommonName:
type: object
properties:
lang:
type: string
example: EN
description: Language
name:
type: string
example: Ranibizumab (Genentech)
description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
B020DrugDevStatusResponse:
type: object
properties:
data:
$ref: '#/components/schemas/B020DrugDevStatus_GetDrugDevStatusResponseDto'
status:
type: boolean
example: 'false'
description: Status
error_msg:
type: string
example: The request parameter format is incorrect!
description: Error Message
error_code:
type: integer
example: '0'
description: Error Code
required:
- status
- error_code
B047DrugXdc_CommonName:
type: object
properties:
lang:
type: string
example: EN
description: Language
name:
type: string
example: Ranibizumab (Genentech)
description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
B021DrugSpecialApproval_GetDrugSpecialApprovalResponseDto:
type: object
properties:
items:
type: array
example: Please check the form:DrugSpecialApprovalDto
description: Results
items:
$ref: '#/components/schemas/B021DrugSpecialApproval_DrugSpecialApprovalDto'
total:
type: integer
format: int64
example: 0
description: total
B019DrugApproval_DrugApprovalEmaDto:
type: object
properties:
products:
type: array
example: Please check the form:ApprovalProductDto
description: Product Basic Info
items:
$ref: '#/components/schemas/B019DrugApproval_ApprovalProductDto'
submissions:
type: array
example: Please check the form:ApprovalSubmissionDto
description: Submission Basic Info
items:
$ref: '#/components/schemas/B019DrugApproval_ApprovalSubmissionDto'
B018DrugDetail_DrugResponseMilestoneTag:
type: object
properties:
date:
type: integer
format: int64
example: 1409788800000
description: milestone date
name:
type: array
example:
- lang: EN
name: FDA Approval
- lang: CN
name: FDA批准
description: milestone name
items:
$ref: '#/components/schemas/B018DrugDetail_CommonName'
B018DrugDetail_GetDrugResponseDto:
type: object
properties:
target:
type: array
example:
- target_id: 928facc8122849baa0dc00759cff0380
short_name:
- lang: EN
name: KRAS G12C
display_name:
- lang: EN
name: GTPase KRas G12C
- lang: CN
name: KRAS G12C突变
description: Target
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseTarget'
disease:
type: array
example:
- disease_id: a0304a462da04e7cb03e3f2c5625544e
display_name:
- lang: EN
name: Advanced Lung Non-Small Cell Carcinoma
- lang: CN
name: 晚期非小细胞肺癌
description: Indication
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseDisease'
drug_id:
type: string
example: 2838b95ade834c96b17ac8bcd2b68c27
description: Drug ID
dev_code:
type: array
example: 'Please check the form: DrugDevCodeResponseDto'
description: Dev code
items:
$ref: '#/components/schemas/B018DrugDetail_DrugDevCodeResponseDto'
sequence:
type: array
example:
- chain_type:
- L
sequence_text: DILLTQSPVILSVSPGERVSFSCRASQSIGTNIHWYQQRTNGSPRLLIKYASESISGIPSRFSGSGSGTDFTLSINSVESEDIADYYCQQNNNWPTTFGAGTKLELKRTVAAPSVFIFPPSDEQLKSGTASVVCLLNNFYPREAKVQWKVDNALQSGNSQESVTEQDSKDSTYSLSSTLTLSKADYEKHKVYACEVTHQGLSSPVTKSFNRGEC
sequence_number: 43254
description: Sequence
items:
$ref: '#/components/schemas/B018DrugDetail_SequenceDto'
atc_codes:
type: array
example:
- L01XE44
description: ATC Code
drug_name:
type: array
example:
- lang: CN
name: 索托拉西布
- lang: EN
name: Sotorasib
- lang: JP
name: ソトラシブ
description: Drug Name
items:
$ref: '#/components/schemas/B018DrugDetail_CommonName'
drug_type:
type: array
example:
- display_name:
- lang: EN
name: Small molecule drug
- lang: CN
name: 小分子化药
normalized_id: 1151dbc710f64a85923dc05d4a5a0ba9
description: Drug Type
items:
$ref: '#/components/schemas/B018DrugDetail_CommonDictionary'
structure:
type: array
example:
- base64: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAEZ0FNQQ
formula: C30H30F2N6O3
inchi_key: NXQKSXLFSAEQCZ-SFHVURJKSA-N
description: Structure
items:
$ref: '#/components/schemas/B018DrugDetail_StructureDto'
alias_name:
type: array
example:
- lang: CN
name: 索托雷塞
- lang: CN
name: 索拖拉西布
description: Alias Name
items:
$ref: '#/components/schemas/B018DrugDetail_CommonName'
exist_deal:
type: boolean
example: true
description: exist a deal
trade_name:
type: array
example:
- name: Lumakras
- name: Lumykras
- name: ルマケラス
description: Trade Name
items:
$ref: '#/components/schemas/B018DrugDetail_CommonName'
generic_name:
type: array
example:
- lang: CN
name: 索托拉西布
- lang: EN
name: Sotorasib
- lang: JP
name: ソトラシブ
description: Generic Name
items:
$ref: '#/components/schemas/B018DrugDetail_CommonName'
patent_mining:
type: boolean
example: false
description: Patent mining
milestone_tags:
type: array
example:
- date: '2023-05-01'
name: First Phase 2 Clinical
- date: '2023-06-15'
name: First Phase 3 Clinical
description: Milestone Tags
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseMilestoneTag'
approval_country:
type: array
example:
- country_id: 0dc5d896-7408-3c87-84c0-22e3d9b784be
alpha2_code: US
display_name:
- lang: EN
name: United States
- lang: CN
name: 美国
description: Approval Country/Location
items:
$ref: '#/components/schemas/B018DrugDetail_CommonCountry'
mechanism_action:
type: array
example:
- short_name:
- lang: EN
name: KRAS G12C inhibitors
- lang: CN
name: KRAS G12C抑制剂
display_name:
- lang: EN
name: GTPase KRas G12C inhibitors
- lang: CN
name: KRAS G12C突变抑制剂
mechanism_id: 27c0848a265e4332836e10d0e8202b4c
description: Mechanism
items:
$ref: '#/components/schemas/B018DrugDetail_CommonMechanismAction'
research_disease:
type: array
example:
- disease_id: a0304a462da04e7cb03e3f2c5625544e
display_name:
- lang: EN
name: Advanced Lung Non-Small Cell Carcinoma
- lang: CN
name: 晚期非小细胞肺癌
description: Active Indication
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseDisease'
special_approval:
type: array
example:
- country:
country_id: 5a365096-b2a6-31cb-acdf-1de1f5ab3abe
alpha2_code: CN
display_name:
- lang: EN
name: China
- lang: CN
name: 中国
special_view:
display_name:
- lang: EN
name: Breakthrough Therapy
- lang: CN
name: 突破性疗法
normalized_id: c3c948340a7d40f3b7437081f5e8cb4e
description: Regulatory Review
items:
$ref: '#/components/schemas/B018DrugDetail_SpecialApprovalDto'
therapeutic_area:
type: array
example:
- disease_id: 62eaee6d9ee44410b8aca59dfc7408e9
display_name:
- lang: EN
name: Neoplasms
- lang: CN
name: 肿瘤
description: Therapeutic Areas
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseDisease'
deal_organization:
type: array
example:
- display_name:
- lang: EN
name: Amgen, Inc.
- lang: CN
name: 安进股份有限公司
organization_id: 11ef8a9e8bf5ca80213a1183511cded3
description: Deal Organization
items:
$ref: '#/components/schemas/B018DrugDetail_CommonOrganization'
active_organization:
type: array
example:
- display_name:
- lang: EN
name: Amgen, Inc.
- lang: CN
name: 安进股份有限公司
organization_id: 11ef8a9e8bf5ca80213a1183511cded3
description: Active Organization
items:
$ref: '#/components/schemas/B018DrugDetail_CommonOrganization'
first_approval_date:
type: integer
format: int64
example: 1409788800000
description: First Approval Date
non_research_disease:
type: array
example:
- disease_id: a1ddbb69fd3e46b6980bd4e1f1e64a45
display_name:
- lang: EN
name: Advanced Pancreatic Adenocarcinoma
- lang: CN
name: 晚期胰腺腺癌
description: Inactive Indication
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseDisease'
highest_dev_status_cn:
$ref: '#/components/schemas/B018DrugDetail_CommonDictionary'
inactive_organization:
type: array
example:
- display_name:
- lang: EN
name: Amgen, Inc.
- lang: CN
name: 安进股份有限公司
organization_id: 11ef8a9e8bf5ca80213a1183511cded3
description: Inactive Organization
items:
$ref: '#/components/schemas/B018DrugDetail_CommonOrganization'
first_approval_date_cn:
type: integer
format: int64
example: 1532044800000
description: First Approval Date(China)
first_approved_country:
type: array
example:
- country_id: 52d1b118-b540-37ba-9cb2-f5aff686bb10
alpha2_code: KR
display_name:
- lang: EN
name: South Korea
- lang: CN
name: 韩国
description: First Approval Country/Location
items:
$ref: '#/components/schemas/B018DrugDetail_CommonCountry'
first_approved_disease:
type: array
example:
- disease_id: b3d498b086894c13bf5ac981a350af82
display_name:
- lang: EN
name: KRAS G12C mutant Non-small Cell Lung Cancer
- lang: CN
name: KRAS G12C突变非小细胞肺癌
description: First Approval Disease
items:
$ref: '#/components/schemas/B018DrugDetail_DrugResponseDisease'
originator_organization:
type: array
example:
- display_name:
- lang: EN
name: Amgen, Inc.
- lang: CN
name: 安进股份有限公司
organization_id: 11ef8a9e8bf5ca80213a1183511cded3
description: Originator Organization
items:
$ref: '#/components/schemas/B018DrugDetail_CommonOrganization'
global_highest_dev_status:
$ref: '#/components/schemas/B018DrugDetail_CommonDictionary'
B018DrugDetail_CommonName:
type: object
properties:
lang:
type: string
example: EN
description: Language
name:
type: string
example: Ranibizumab (Genentech)
description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
B019DrugApproval_DrugApprovalFdaDto:
type: object
properties:
products:
type: array
example: Please check the form:ApprovalProductDto
description: Product Basic Info
items:
$ref: '#/components/schemas/B019DrugApproval_ApprovalProductDto'
submissions:
type: array
example: Please check the form:ApprovalSubmissionDto
description: Submission Basic Info
items:
$ref: '#/components/schemas/B019DrugApproval_ApprovalSubmissionDto'
B041TargetAnalysisResponse:
type: object
properties:
data:
$ref: '#/components/schemas/B041TargetAnalysis_TargetAnalysisResponseDto'
status:
type: boolean
example: 'false'
description: Status
error_msg:
type: string
example: The request parameter format is incorrect!
description: Error Message
error_code:
type: integer
example: '0'
description: Error Code
required:
- status
- error_code
B019DrugApproval_GetDrugApprovalResponseDto:
type: object
properties:
ema:
$ref: '#/components/schemas/B019DrugApproval_DrugApprovalEmaDto'
fda:
$ref: '#/components/schemas/B019DrugApproval_DrugApprovalFdaDto'
nmpa:
$ref: '#/components/schemas/B019DrugApproval_DrugApprovalNmpaDto'
pmda:
$ref: '#/components/schemas/B019DrugApproval_DrugApprovalPmdaDto'
B021DrugSpecialApproval_CommonDisease:
type: object
properties:
disease_id:
type: string
example: 06a9082fe1ec4c97bea31d888b9cfdce
description: Disease ID
display_name:
type: array
example:
- lang: EN
name: Uveitic Macular Edema
- lang: CN
name: 葡萄膜炎黄斑水肿
description: Disease Name, Referencing "CommonName"
items:
$ref: '#/components/schemas/B021DrugSpecialApproval_CommonName'
B020DrugDevStatus_DrugDevStatus:
type: object
properties:
id:
type: string
example: 05f69ae72aeccf5a92c9f417efaa3b02
description: ID
country:
$ref: '#/components/schemas/B020DrugDevStatus_CommonCountry'
disease:
$ref: '#/components/schemas/B020DrugDevStatus_CommonDisease'
dev_status:
$ref: '#/components/schemas/B020DrugDevStatus_CommonDictionary'
organization:
$ref: '#/components/schemas/B020DrugDevStatus_CommonOrganization'
dev_status_time:
type: integer
format: int64
example: 1644105600000
description: Date
B018DrugDetail_DrugDevCodeResponseDto:
type: object
properties:
code:
type: string
example: JP 1366
description: Code
name:
type: string
example: JP 1366
description: Name
status:
type: string
example: ACTIVE
description: Status
B047DrugXdcResponse:
type: object
properties:
data:
$ref: '#/components/schemas/B047DrugXdc_GetDrugXdcResponseDto'
status:
type: boolean
example: 'false'
description: Status
error_msg:
type: string
example: The request parameter format is incorrect!
description: Error Message
error_code:
type: integer
example: '0'
description: Error Code
required:
- status
- error_code
B021DrugSpecialApproval_CommonName:
type: object
properties:
lang:
type: string
example: EN
description: Language
name:
type: string
example: Ranibizumab (Genentech)
description: Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
B047DrugXdc_CommonDictionary:
type: object
properties:
display_name:
type: array
example:
- lang: EN
name: Autologous CAR-T
- lang: CN
name: 自体CAR-T
description: Dict Name
items:
$ref: '#/components/schemas/B047DrugXdc_CommonName'
normalized_id:
type: string
example: 2fbfdb3e92d942c48cbb0adb79f23526
description: Dict ID
B020DrugDevStatus_GetDrugDevStatusResponseDto:
type: object
properties:
items:
type: array
example: Please check the form:DrugDevStatus
description: Results
items:
$ref: '#/components/schemas/B020DrugDevStatus_DrugDevStatus'
limit:
type: integer
format: int64
example: 10
description: limit
total:
type: integer
format: int64
example: 0
description: total
offset:
type: integer
format: int64
example: 0
description: offset
B047DrugXdc_GetDrugXdcResponseDto:
type: object
properties:
dar:
type: string
example: 3-4
description: DAR
linker:
$ref: '#/components/schemas/B047DrugXdc_CommonDictionary'
payload:
$ref: '#/components/schemas/B047DrugXdc_CommonDictionary'
antibody_type:
$ref: '#/components/schemas/B047DrugXdc_CommonDictionary'
conjugation_site:
$ref: '#/components/schemas/B047DrugXdc_CommonDictionary'
targeting_moiety:
$ref: '#/components/schemas/B047DrugXdc_CommonDrug'
B021DrugSpecialApproval_CommonDictionary:
type: object
properties:
display_name:
type: array
example:
- lang: EN
name: Autologous CAR-T
- lang: CN
name: 自体CAR-T
description: Dict Name
items:
$ref: '#/components/schemas/B021DrugSpecialApproval_CommonName'
normalized_id:
type: string
example: 2fbfdb3e92d942c48cbb0adb79f23526
description: Dict ID
B020DrugDevStatus_CommonOrganization:
type: object
properties:
display_name:
type: array
example:
- lang: EN
name: Roche Holding AG
- lang: CN
name: 罗氏
description: Organization Name, Referencing "CommonName"
items:
# --- truncated at 32 KB (60 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-drug-basic-data-api-openapi.yml