Provides list of KEEG modules.

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

{
    "data": {
        "type": "kegg-modules",
        "id": "M00862",
        "attributes": {
            "accession": "M00862",
            "description": "Pathway modules; Lipid metabolism; Sterol biosynthesis",
            "name": "beta-Oxidation, peroxisome, tri/dihydroxycholestanoyl-CoA => choloyl/chenodeoxycholoyl-CoA"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/kegg-modules/M00862?format=api"
        }
    }
}