GET /metagenomics/api/v1/genomes/MGYG000000421/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/MGYG000000421/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000421/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "119711",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 295
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119701",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 135
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119702",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 125
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119705",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 122
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119700",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 96
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119712",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 58
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119699",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 51
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119697",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 45
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119710",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119695",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119707",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119709",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 41
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119708",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 38
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119714",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 37
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119706",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 33
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119698",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 31
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119713",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 29
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119704",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 26
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119696",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 7
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119703",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 7
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119716",
            "attributes": {
                "name": "B",
                "description": "Chromatin structure and dynamics",
                "genome-count": 1
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "119715",
            "attributes": {
                "name": "Z",
                "description": "Cytoskeleton",
                "genome-count": 1
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 22
        }
    }
}