/reactome/pathways

POST /api/reactome/pathways

Price: 1 credit

Get one Reactome event — a pathway or a reaction — with its curation record and related events

How to use it

Three identifier forms name one record - the stable id, its numeric dbId and a versioned stable id - so pass whichever of those you hold rather than converting first. A retired REACT_ id is accepted too, but it names a record of its own and is never an alias of a modern id. Reactome models one biological process once per species, so R-HSA- and R-MMU- ids are different records - `orthologous_events` is how you cross between them. Check `schema_class` before assuming a pathway: a reaction id resolves here too and comes back with `inputs` and `outputs` instead of `has_events`. `has_events` gives only the immediate children, so walking a whole tree means recursing, or asking pathways/events for one species at once.

Parameters

Request body

Response

Errors

Response headers