DrugComb API

More information: https://drugcomb.org/about/
Contact Info: NETWORK PHARMACOLOGY FOR PRECISION MEDICINE
Version: 1.0.0
license:
Apache 2.0
http://www.apache.org/licenses/LICENSE-2.0.html
BasePath: https://api.drugcomb.org

DrugComb is an open-access, community-driven data portal where the results of drug combination screening studies for a large variety of cancer cell lines are accumulated, standardized and harmonized. An actively expanding array of data visualization and computational tools is provided for the analysis of drug combination data. All the data and informatics tools are made freely available to a wider community of cancer researchers.


1. Summary

get /summary/{block_id}
Find summary information for drug combination using block_id

Path parameters

block_id (required)
Path Parameter — summary table information to be returned
get /summary?from={offset}&to={limit}
Find summary information for drug combination starting from offest x within a limit y

Path parameters

offset and limit parameters (required)
Path Parameter — summary table information to be returned

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

successful operation

400

Invalid ID supplied

404

not found

Examples

https://api.drugcomb.org/summary/5
https://api.drugcomb.org/summary?from=3&to=50

2. Cell line

get /cell_lines
Find cell line information

Path parameters

No parameters are required
Path Parameter — cell_line data to be returned
get /cell_lines/{id}
Find cell line information

Path parameters

cell_line_id (required)
Path Parameter — cell_line data to be returned
get /cell_lines/?cellosaurus_accession={cellosaurus_accession}
To search for a cell line using the Cellosaurus accession

Path parameters

cellosaurus_accession (required)
Path Parameter — cell_line data to be returned

Examples


3. Response

get /response/{block_id}
Find response information for drug combination using block_id

Path parameters

block_id (required)
Path Parameter — response table information to be returned
get /response?from={offset}&to={limit}
Find response information for drug combination starting from offest x within a limit y

Path parameters

offset and limit parameters (required)
Path Parameter — response table information to be returned

Examples


4. Drug

get /drugs
Find drug information

Path parameters

No parameters (required)
Path Parameter — drug table information to be returned
get /drugs/{id}
Find drug information

Path parameters

id (required)
Path Parameter — response table information to be returned
get /drugs/?inchikey=={inchikey}
Find drug information by InChIKey

Path parameters

id (required)
Path Parameter — response table information to be returned
get /drugs/{id}
Find drug information

Path parameters

id (required)
Path Parameter — response table information to be returned
get /drugs/{id}
Find drug information

Path parameters

id (required)
Path Parameter — response table information to be returned

Examples


5. Study

get /studies
Find study information

Path parameters

No parameters (required)
Path Parameter — study table information to be returned
get /studies/{id}
Find study information

Path parameters

id (required)
Path Parameter — study table information to be returned

Examples


Table of Contents