GET /metagenomics/api/v1/genomes/MGYG000512361/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/MGYG000512361/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000512361/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "1201449",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 456
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201456",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 286
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201454",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 188
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201459",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 169
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201458",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 168
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201452",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 167
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201453",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 160
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201455",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 109
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201464",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 107
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201460",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 105
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201457",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 102
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201450",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 81
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201467",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 70
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201466",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 65
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201451",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 64
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201461",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 56
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201463",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 48
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201465",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 35
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201462",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 34
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "1201468",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 6
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 20
        }
    }
}