GET /metagenomics/api/v1/genomes/MGYG000000430/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/MGYG000000430/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000430/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "125832",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 208
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125829",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 133
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125835",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 88
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125828",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 79
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125833",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 77
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125830",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 43
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125834",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 40
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125843",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 34
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125836",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 31
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125831",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 29
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125846",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 29
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125837",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 26
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125840",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 23
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125841",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 22
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125838",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 21
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125844",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 20
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125839",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 19
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125842",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 12
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125848",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 9
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125845",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 7
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "125847",
            "attributes": {
                "name": "Z",
                "description": "Cytoskeleton",
                "genome-count": 2
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 21
        }
    }
}