Provides list of KEEG modules.

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

{
    "data": {
        "type": "kegg-modules",
        "id": "M00433",
        "attributes": {
            "accession": "M00433",
            "description": "Pathway modules; Amino acid metabolism; Lysine metabolism",
            "name": "Lysine biosynthesis, 2-oxoglutarate => 2-oxoadipate"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/kegg-modules/M00433?format=api"
        }
    }
}