GET /metagenomics/api/v1/genomes/MGYG000490821/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/MGYG000490821/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000490821/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "918504",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 601
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918501",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 249
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918506",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 236
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918503",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 222
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918516",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 201
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918500",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 159
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918512",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 158
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918511",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 142
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918515",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 142
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918505",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 135
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918510",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 135
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918507",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 119
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918509",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 104
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918517",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 88
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918513",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 85
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918514",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 82
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918502",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 58
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918508",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 42
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918518",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 30
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918519",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 10
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918521",
            "attributes": {
                "name": "B",
                "description": "Chromatin structure and dynamics",
                "genome-count": 2
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "918520",
            "attributes": {
                "name": "A",
                "description": "RNA processing and modification",
                "genome-count": 1
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 22
        }
    }
}