GET /image/{chemblId}
Summary: Get molecule image
Operation ID: getMoleculeImage
Auth: unknown
Operation ID: getMoleculeImage
Auth: unknown
Description
Retrieve a 2D image of a molecule by its ChEMBL ID.
Parameters (2)
chemblId
(string, path, required)
ChEMBL ID of the molecule
dimensions
(integer, query, optional, default: 500)
Image size (max 500)
Constraints: {'maximum': 500}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Basic molecule image (SVG, default size) | curl |
https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL25 |
|
| Molecule image as PNG with custom dimensions | curl |
https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL25.png?dimensions=200 |
|
| Molecule image with recomputed 2D layout | curl |
https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL25?dimensions=300&ignoreCoords=1 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:17:03.728060 | 200 | 171ms | |
| 2026-03-23 09:48:49.736248 | 400 | 141ms | |
| 2026-03-23 09:28:36.147474 | 200 | 159ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:48:49.736248 | ac35008cf3ed |
699fa17ddf33 |
| 2026-03-23 10:17:03.728060 | 699fa17ddf33 |
4eb8f4155db8 |