Provides list of GO terms.

GET /metagenomics/api/v1/annotations/go-terms/GO:0003674?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "go-terms",
        "id": "GO:0003674",
        "attributes": {
            "accession": "GO:0003674",
            "description": "molecular function",
            "lineage": "molecular_function"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003674?format=api"
        }
    }
}