GET data/query/{id}/{attribute}
Summary: Query specific attribute
Operation ID: queryAttribute
Auth: unknown
Operation ID: queryAttribute
Auth: unknown
Description
Retrieve a specific attribute of a Reactome entry. Returns plain text for primitive types or TSV for object types.
Parameters (2)
attribute
(string, path, required)
Attribute name to query (e.g., displayName, compartment, schemaClass)
Constraints: {'enum': ['displayName', 'compartment', 'schemaClass', 'name', 'speciesName', 'stId', 'dbId']}
id
(string, path, required)
Reactome stable identifier
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Query specific attribute | openapi-spec |
https://reactome.org/ContentService/data/query/R-HSA-141409/{attribute} |
|
| Query compartment attribute for R-HSA-141409 | doc_extracted |
https://reactome.org/ContentService/data/query/R-HSA-141409/compartment |
|
| Query displayName attribute for R-HSA-141409 | doc_extracted |
https://reactome.org/ContentService/data/query/R-HSA-141409/displayName |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:41:52.644805 | 200 | 332ms | |
| 2026-03-23 09:18:25.507235 | 200 | 345ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:41:52.644805 | c762acb58b51 |
efa7908d432c |