GET /metagenomics/api/v1/genomes/MGYG000000554/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/MGYG000000554/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000554/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "148170",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 210
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148171",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 141
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148180",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 136
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148179",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 134
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148181",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 126
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148175",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 113
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148178",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 102
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148184",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 87
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148176",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 73
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148174",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 70
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148172",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 66
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148173",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 62
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148169",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 61
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148177",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 59
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148187",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 53
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148183",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148182",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 34
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148186",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 25
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148185",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 22
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "148188",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 19
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 20
        }
    }
}