GET /metagenomics/api/v1/kegg-modules?format=api&ordering=name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/kegg-modules?format=api&ordering=name&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/kegg-modules?format=api&ordering=name&page=33",
        "next": "https://www.ebi.ac.uk/metagenomics/api/v1/kegg-modules?format=api&ordering=name&page=2",
        "prev": null
    },
    "data": [
        {
            "type": "kegg-modules",
            "id": "59",
            "attributes": {
                "name": "M00001",
                "description": "Glycolysis (Embden-Meyerhof pathway), glucose => pyruvate "
            }
        },
        {
            "type": "kegg-modules",
            "id": "61",
            "attributes": {
                "name": "M00002",
                "description": "Glycolysis, core module involving three-carbon compounds "
            }
        },
        {
            "type": "kegg-modules",
            "id": "60",
            "attributes": {
                "name": "M00003",
                "description": "Gluconeogenesis, oxaloacetate => fructose-6P "
            }
        },
        {
            "type": "kegg-modules",
            "id": "62",
            "attributes": {
                "name": "M00004",
                "description": "Pentose phosphate pathway (Pentose phosphate cycle) "
            }
        },
        {
            "type": "kegg-modules",
            "id": "182",
            "attributes": {
                "name": "M00005",
                "description": "PRPP biosynthesis, ribose 5P => PRPP "
            }
        },
        {
            "type": "kegg-modules",
            "id": "64",
            "attributes": {
                "name": "M00006",
                "description": "Pentose phosphate pathway, oxidative phase, glucose 6P => ribulose 5P "
            }
        },
        {
            "type": "kegg-modules",
            "id": "63",
            "attributes": {
                "name": "M00007",
                "description": "Pentose phosphate pathway, non-oxidative phase, fructose 6P => ribose 5P "
            }
        },
        {
            "type": "kegg-modules",
            "id": "66",
            "attributes": {
                "name": "M00008",
                "description": "Entner-Doudoroff pathway, glucose-6P => glyceraldehyde-3P + pyruvate "
            }
        },
        {
            "type": "kegg-modules",
            "id": "65",
            "attributes": {
                "name": "M00009",
                "description": "Citrate cycle (TCA cycle, Krebs cycle) "
            }
        },
        {
            "type": "kegg-modules",
            "id": "171",
            "attributes": {
                "name": "M00010",
                "description": "Citrate cycle, first carbon oxidation, oxaloacetate => 2-oxoglutarate "
            }
        },
        {
            "type": "kegg-modules",
            "id": "36",
            "attributes": {
                "name": "M00011",
                "description": "Citrate cycle, second carbon oxidation, 2-oxoglutarate => oxaloacetate "
            }
        },
        {
            "type": "kegg-modules",
            "id": "33",
            "attributes": {
                "name": "M00012",
                "description": "Glyoxylate cycle "
            }
        },
        {
            "type": "kegg-modules",
            "id": "34",
            "attributes": {
                "name": "M00013",
                "description": "Malonate semialdehyde pathway, propanoyl-CoA => acetyl-CoA "
            }
        },
        {
            "type": "kegg-modules",
            "id": "172",
            "attributes": {
                "name": "M00014",
                "description": "Glucuronate pathway (uronate pathway) "
            }
        },
        {
            "type": "kegg-modules",
            "id": "173",
            "attributes": {
                "name": "M00015",
                "description": "Proline biosynthesis, glutamate => proline "
            }
        },
        {
            "type": "kegg-modules",
            "id": "37",
            "attributes": {
                "name": "M00016",
                "description": "Lysine biosynthesis, succinyl-DAP pathway, aspartate => lysine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "38",
            "attributes": {
                "name": "M00017",
                "description": "Methionine biosynthesis, apartate => homoserine => methionine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "40",
            "attributes": {
                "name": "M00018",
                "description": "Threonine biosynthesis, aspartate => homoserine => threonine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "41",
            "attributes": {
                "name": "M00019",
                "description": "Valine/isoleucine biosynthesis, pyruvate => valine / 2-oxobutanoate => isoleucine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "112",
            "attributes": {
                "name": "M00020",
                "description": "Serine biosynthesis, glycerate-3P => serine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "191",
            "attributes": {
                "name": "M00021",
                "description": "Cysteine biosynthesis, serine => cysteine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "111",
            "attributes": {
                "name": "M00022",
                "description": "Shikimate pathway, phosphoenolpyruvate + erythrose-4P => chorismate "
            }
        },
        {
            "type": "kegg-modules",
            "id": "110",
            "attributes": {
                "name": "M00023",
                "description": "Tryptophan biosynthesis, chorismate => tryptophan "
            }
        },
        {
            "type": "kegg-modules",
            "id": "116",
            "attributes": {
                "name": "M00024",
                "description": "Phenylalanine biosynthesis, chorismate => phenylalanine "
            }
        },
        {
            "type": "kegg-modules",
            "id": "115",
            "attributes": {
                "name": "M00025",
                "description": "Tyrosine biosynthesis, chorismate => tyrosine "
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 33,
            "count": 813
        }
    }
}