Provides list of KEEG modules.

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

{
    "data": {
        "type": "kegg-modules",
        "id": "M00850",
        "attributes": {
            "accession": "M00850",
            "description": "Signature modules; Gene set; Pathogenicity",
            "name": "Vibrio cholerae pathogenicity signature, cholera toxins"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/kegg-modules/M00850?format=api"
        }
    }
}