GET /metagenomics/api/v1/genomes/MGYG000000565/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/MGYG000000565/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000565/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "99044",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 279
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99045",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 172
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99038",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 164
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99040",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 146
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99036",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 144
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99035",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 126
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99047",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 106
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99051",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 103
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99039",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 101
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99041",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 100
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99048",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 86
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99046",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 63
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99037",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 57
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99055",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 41
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99049",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 40
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99042",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 38
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99053",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 35
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99050",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 31
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99043",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 18
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99052",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 6
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "99054",
            "attributes": {
                "name": "B",
                "description": "Chromatin structure and dynamics",
                "genome-count": 2
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 21
        }
    }
}