Provides list of GO terms.

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

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