Provides list of GO terms.

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

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