Provides list of KEEG modules.

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

{
    "data": {
        "type": "kegg-modules",
        "id": "M00125",
        "attributes": {
            "accession": "M00125",
            "description": "Pathway modules; Metabolism of cofactors and vitamins; Cofactor and vitamin metabolism",
            "name": "Riboflavin biosynthesis, GTP => riboflavin/FMN/FAD"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/kegg-modules/M00125?format=api"
        }
    }
}