Provides list of GO terms.

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

{
    "data": {
        "type": "go-terms",
        "id": "GO:1902604",
        "attributes": {
            "accession": "GO:1902604",
            "description": "p-aminobenzoyl-glutamate transmembrane transport",
            "lineage": "biological_process"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:1902604?format=api"
        }
    }
}