{ "opencollection": "1.0.0", "info": { "name": "ChEMBL Data REST Activity Status API", "version": "ChEMBL_37" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "ChEMBL ID lookup", "type": "http" }, "http": { "method": "GET", "url": "https://www.ebi.ac.uk/chembl/api/data/chembl_id_lookup", "params": [ { "name": "chembl_id", "value": "", "type": "query", "description": "ChEMBL ID to look up" }, { "name": "format", "value": "", "type": "query", "description": "Response format" }, { "name": "limit", "value": "", "type": "query", "description": "Number of records to return per page (default 20, max 1000)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination" } ] }, "docs": "Identify the entity type (molecule, assay, target, document, etc.) for a given ChEMBL ID." }, { "info": { "name": "Get API status", "type": "http" }, "http": { "method": "GET", "url": "https://www.ebi.ac.uk/chembl/api/data/status", "params": [ { "name": "format", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Retrieve API operational status and ChEMBL database version information including record counts." } ] } ], "bundled": true }