/kegg/entries

POST /api/kegg/entries

Price: 20 credits

Get KEGG entries by identifier, across genes, pathways, compounds, drugs, diseases and enzymes

How to use it

The identifier carries its own database, so `C00031` is a compound and `hsa:7157` is a human gene - pass the id as KEGG writes it. A database prefix such as `cpd:`, `dr:`, `path:` or `ec:` is optional and returns the same record as the bare id, while an organism gene keeps its organism code. Ask for several entries in one call rather than looping: they are fetched together. Which fields come back depends entirely on the database, so read `fields` for anything the typed fields do not carry - a compound has no `symbols` and a gene has no `formula`, and neither case is missing data. An id KEGG does not know is dropped from the answer rather than failing the call, so compare what you asked for against `id`.

Parameters

Request body

Response

Errors

Response headers