Provides list of GO terms.

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

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