GET /molecule/{molecule_chembl_id}
Summary: Get molecule by ID
Operation ID: getMoleculeById
Auth: unknown
Operation ID: getMoleculeById
Auth: unknown
Description
Returns detailed information about a specific molecule identified by its ChEMBL ID (e.g., CHEMBL25 for Aspirin).
Parameters (2)
format
(string, query, optional, default: json)
Response format
Constraints: {'enum': ['json', 'xml', 'yaml', 'mol', 'sdf']}
molecule_chembl_id
(string, path, required)
ChEMBL ID of the molecule (e.g., CHEMBL25)
Constraints: {'pattern': 'CHEMBL[0-9]+'}
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get molecule by ChEMBL ID | probe-gate |
https://www.ebi.ac.uk/chembl/api/data/molecule/CHEMBL25 |
No probe data for this endpoint yet.