Provides list of KEEG modules.

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

{
    "data": {
        "type": "kegg-modules",
        "id": "M00010",
        "attributes": {
            "accession": "M00010",
            "description": "Pathway modules; Carbohydrate metabolism; Central carbohydrate metabolism",
            "name": "Citrate cycle, first carbon oxidation, oxaloacetate => 2-oxoglutarate"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/kegg-modules/M00010?format=api"
        }
    }
}