{ "opencollection": "1.0.0", "info": { "name": "KEGG REST conv find API", "version": "1.0.0" }, "items": [ { "info": { "name": "find", "type": "folder" }, "items": [ { "info": { "name": "Search entries by keyword", "type": "http" }, "http": { "method": "GET", "url": "https://rest.kegg.jp/find/:database/:query", "params": [ { "name": "database", "value": "", "type": "path", "description": "KEGG database to search. Supported: genes, ligand, compound, glycan, reaction, rclass, enzyme, disease, drug, dgroup, environ, network, variant, ko, genome, pathway, brite, module.\n" }, { "name": "query", "value": "", "type": "path", "description": "Keyword(s) to search for, URL-encoded" } ] }, "docs": "Search entries in a KEGG database by keyword or query data. Returns tab-delimited text with matching entry identifiers and names. Searchable fields vary by database and may include ENTRY, NAME, SYMBOL, COMPOSITION, and DEFINITION.\n" }, { "info": { "name": "Search compound or drug entries by molecular property", "type": "http" }, "http": { "method": "GET", "url": "https://rest.kegg.jp/find/:database/:query/:option", "params": [ { "name": "database", "value": "", "type": "path", "description": "Database to search — compound or drug" }, { "name": "query", "value": "", "type": "path", "description": "Molecular formula (e.g., C6H12O6), exact mass range (e.g., 174.05-174.15), or molecular weight range (e.g., 180-180)\n" }, { "name": "option", "value": "", "type": "path", "description": "Search type" } ] }, "docs": "Search compound or drug database entries by molecular formula, exact mass, or molecular weight. The option parameter specifies the search type. Only applicable to compound and drug databases.\n" } ] } ], "bundled": true }