GET /metagenomics/api/v1/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/cogs?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/cogs?format=api&page=2",
        "next": "https://www.ebi.ac.uk/metagenomics/api/v1/cogs?format=api&page=2",
        "prev": null
    },
    "data": [
        {
            "type": "cog-cats",
            "id": "23",
            "attributes": {
                "name": "Z",
                "description": "Cytoskeleton"
            }
        },
        {
            "type": "cog-cats",
            "id": "24",
            "attributes": {
                "name": "Y",
                "description": "Nuclear structure"
            }
        },
        {
            "type": "cog-cats",
            "id": "21",
            "attributes": {
                "name": "W",
                "description": "Extracellular structures"
            }
        },
        {
            "type": "cog-cats",
            "id": "22",
            "attributes": {
                "name": "V",
                "description": "Defense mechanisms"
            }
        },
        {
            "type": "cog-cats",
            "id": "19",
            "attributes": {
                "name": "U",
                "description": "Intracellular trafficking"
            }
        },
        {
            "type": "cog-cats",
            "id": "20",
            "attributes": {
                "name": "T",
                "description": "Signal transduction mechanisms"
            }
        },
        {
            "type": "cog-cats",
            "id": "18",
            "attributes": {
                "name": "S",
                "description": "Function unknown"
            }
        },
        {
            "type": "cog-cats",
            "id": "42",
            "attributes": {
                "name": "R",
                "description": "General function prediction only"
            }
        },
        {
            "type": "cog-cats",
            "id": "16",
            "attributes": {
                "name": "Q",
                "description": "Secondary metabolites biosynthesis"
            }
        },
        {
            "type": "cog-cats",
            "id": "17",
            "attributes": {
                "name": "P",
                "description": "Inorganic ion transport and metabolism"
            }
        },
        {
            "type": "cog-cats",
            "id": "14",
            "attributes": {
                "name": "O",
                "description": "Post-translational modification"
            }
        },
        {
            "type": "cog-cats",
            "id": "15",
            "attributes": {
                "name": "N",
                "description": "Cell motility"
            }
        },
        {
            "type": "cog-cats",
            "id": "12",
            "attributes": {
                "name": "M",
                "description": "Cell wall/membrane/envelope biogenesis"
            }
        },
        {
            "type": "cog-cats",
            "id": "13",
            "attributes": {
                "name": "L",
                "description": "Replication"
            }
        },
        {
            "type": "cog-cats",
            "id": "10",
            "attributes": {
                "name": "K",
                "description": "Transcription"
            }
        },
        {
            "type": "cog-cats",
            "id": "11",
            "attributes": {
                "name": "J",
                "description": "Translation"
            }
        },
        {
            "type": "cog-cats",
            "id": "8",
            "attributes": {
                "name": "I",
                "description": "Lipid transport and metabolism"
            }
        },
        {
            "type": "cog-cats",
            "id": "9",
            "attributes": {
                "name": "H",
                "description": "Coenzyme transport and metabolism"
            }
        },
        {
            "type": "cog-cats",
            "id": "6",
            "attributes": {
                "name": "G",
                "description": "Carbohydrate transport and metabolism"
            }
        },
        {
            "type": "cog-cats",
            "id": "7",
            "attributes": {
                "name": "F",
                "description": "Nucleotide transport and metabolism"
            }
        },
        {
            "type": "cog-cats",
            "id": "4",
            "attributes": {
                "name": "E",
                "description": "Amino acid transport and metabolism"
            }
        },
        {
            "type": "cog-cats",
            "id": "5",
            "attributes": {
                "name": "D",
                "description": "Cell cycle control"
            }
        },
        {
            "type": "cog-cats",
            "id": "2",
            "attributes": {
                "name": "C",
                "description": "Energy production and conversion"
            }
        },
        {
            "type": "cog-cats",
            "id": "3",
            "attributes": {
                "name": "B",
                "description": "Chromatin structure and dynamics"
            }
        },
        {
            "type": "cog-cats",
            "id": "1",
            "attributes": {
                "name": "A",
                "description": "RNA processing and modification"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 2,
            "count": 26
        }
    }
}