Open ir0ntr0nik opened 1 year ago
It is not directly possible to retrive the PubChemID from the ChemblAPI request. The recommendation is to use the UniChem translation service. The response of the Chembl request contains the inchi(-key) which can be used for the translation.
Therefore, we need 3 (2 more than now) requests to get additional PubChem information: (example: metformin)
standard_inchi_key
)Experts need to specify a set of relevant properties: https://pubchem.ncbi.nlm.nih.gov/compound/54454
Is there a way to retrieve the PubChem id from the ChemblApi Drug-Request. To be precise: does the data contain the id?
If not: is there any other way to retrieve this information via the API?