How are BioThings APIs used and how frequently are they used?
To ensure that our efforts produce value to the biomedical research community, we often try to...
Requests in the last 30 days
*For non-commercial research use only
Fast API access to up-to-date chemical/drug annotations.
Monthly updated chemical/drug annotations over 10 sources.
Annotations for >90M chemicals/drugs are pre-integrated.
Just two end-points to retrieve annotations via InChIKey or any query term.
Description | Query |
---|---|
Retrieve chemical objects based on common IDs |
GET http://mychem.info/v1/chem/FTALBRSUTCGOEG-UHFFFAOYSA-N
(InChIKey)
GET http://mychem.info/v1/chem/DB00740 (Drugbank ID) GET http://mychem.info/v1/chem/CHEMBL744 (ChEMBL Compound ID) GET http://mychem.info/v1/chem/7LJ087RS6F (UNII Compound ID) GET http://mychem.info/v1/chem/CHEBI:8863 (CHEBI ID) |
Retrieve by Drug Name |
GET http://mychem.info/v1/query?q=USNINKBPBVKHHZ-CYUUQNCZSA-L |
Retrieve chemicals targeting protein P24942(uniprot id) |
GET http://mychem.info/v1/query?q=drugbank.targets.uniprot:P24941 |
Batch queries? Yes, supported! |
POST http://mychem.info/v1/chem
Learn More POST http://mychem.info/v1/query Learn More |
To ensure that our efforts produce value to the biomedical research community, we often try to...
The BioThings APIs exist to make it easier for you to keep your data/resource/tool/(whatever you...
MyChem has been steadily improving behind the scenes, but has always been like the ignored...
The BioThings python client is an easy-to-use Python wrapper to access any of the Biothings.api...
Medical Disclaimer: This resource is intended for purely research purposes. It should not be used for emergencies or medical or professional advice.