GET /metagenomics/api/v1/genomes/MGYG000000296/cogs?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000296/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000296/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "125178",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 319
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125176",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 158
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125181",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 126
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125191",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 124
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125189",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 115
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125186",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 102
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125187",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 94
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125182",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 92
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125179",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 83
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125185",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 71
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125183",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 60
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125184",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 57
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125177",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 51
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125180",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125193",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125190",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 41
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125192",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 29
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125188",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 27
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125194",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 9
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125195",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 5
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125196",
            "attributes": {
                "name": "B",
                "description": "Chromatin structure and dynamics",
                "genome-count": 1
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 21
        }
    }
}