GET /metagenomics/api/v1/genomes/MGYG000000362/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/MGYG000000362/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/genomes/MGYG000000362/cogs?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "genome-cog-counts",
            "id": "164919",
            "attributes": {
                "name": "S",
                "description": "Function unknown",
                "genome-count": 415
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164918",
            "attributes": {
                "name": "K",
                "description": "Transcription",
                "genome-count": 184
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164927",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism",
                "genome-count": 171
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164922",
            "attributes": {
                "name": "J",
                "description": "Translation",
                "genome-count": 163
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164921",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism",
                "genome-count": 144
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164924",
            "attributes": {
                "name": "L",
                "description": "Replication",
                "genome-count": 141
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164923",
            "attributes": {
                "name": "-",
                "description": "",
                "genome-count": 124
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164935",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis",
                "genome-count": 115
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164932",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms",
                "genome-count": 114
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164928",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion",
                "genome-count": 96
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164931",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism",
                "genome-count": 93
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164930",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism",
                "genome-count": 88
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164920",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism",
                "genome-count": 71
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164925",
            "attributes": {
                "name": "N",
                "description": "Cell motility",
                "genome-count": 67
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164933",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms",
                "genome-count": 57
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164934",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism",
                "genome-count": 50
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164937",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification",
                "genome-count": 46
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164929",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control",
                "genome-count": 44
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164926",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking",
                "genome-count": 42
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164936",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis",
                "genome-count": 17
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164939",
            "attributes": {
                "name": "Z",
                "description": "Cytoskeleton",
                "genome-count": 3
            }
        },
        {
            "type": "genome-cog-counts",
            "id": "164938",
            "attributes": {
                "name": "B",
                "description": "Chromatin structure and dynamics",
                "genome-count": 1
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 22
        }
    }
}