GET /metagenomics/api/v1/cogs?format=api&page=2
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": null,
        "prev": "https://www.ebi.ac.uk/metagenomics/api/v1/cogs?format=api&page=1"
    },
    "data": [
        {
            "type": "cog-cats",
            "id": "43",
            "attributes": {
                "name": "-",
                "description": ""
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 2,
            "pages": 2,
            "count": 26
        }
    }
}