GET /metagenomics/api/v1/genomes/MGYG000321001/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/MGYG000321001/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000321001/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "364035",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 428
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364040",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 247
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364043",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 173
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364042",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 157
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364048",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 148
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364039",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 136
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364051",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 129
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364041",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 114
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364045",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 106
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364036",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 102
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364034",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 94
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364038",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 87
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364044",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 87
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364037",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 84
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364052",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 62
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364047",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 59
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364050",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 48
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364046",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 38
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364049",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 35
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364053",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 30
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364054",
            "attributes": {
                "name": "Z",
                "description": "Cytoskeleton",
                "genome-count": 1
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "364055",
            "attributes": {
                "name": "A",
                "description": "RNA processing and modification",
                "genome-count": 1
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 22
        }
    }
}