GET /pathway/
Summary: Get metabolic pathway data
Operation ID: getPathways
Auth: unknown
Operation ID: getPathways
Auth: unknown
Description
Retrieve metabolic pathway information including EC numbers, enzyme descriptions, and pathway classifications.
Parameters (4)
ec_number
(string, query, optional)
Filter by EC number
genome_id
(string, query, optional)
Filter by genome ID
limit
(integer, query, optional, default: 25)
Maximum number of results
pathway_id
(string, query, optional)
Filter by KEGG pathway ID (e.g., 00650)
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| List first 10 metabolic pathways | curl |
https://www.patricbrc.org/api/pathway/?limit(10) |
|
| Search for Glycolysis pathway | curl |
https://www.patricbrc.org/api/pathway/?eq(pathway_name,Glycolysis) |
|
| Query pathways by ID with field selection | curl |
https://www.patricbrc.org/api/pathway/?eq(pathway_id,00010)&select(pathway_id,pathway_name,pathway_class) |
|
| Query metabolic pathways | probe-gate |
https://www.bv-brc.org/api/pathway/ |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:09:13.472073 | 200 | 1266ms | |
| 2026-03-23 09:44:26.577750 | 200 | 10572ms | |
| 2026-03-23 09:20:17.951850 | 200 | 10145ms | |
| 2026-03-23 09:17:17.986081 | 200 | 1278ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:20:17.951850 | 1714cb2323b0 |
1d33040b1ed0 |
| 2026-03-23 09:44:26.577750 | 1d33040b1ed0 |
976adb8a15a5 |
| 2026-03-23 10:09:13.472073 | 976adb8a15a5 |
af65fe624a79 |