Provides list of antiSMASH gene clusters.

GET /metagenomics/api/v1/annotations/antismash-gene-clusters/other?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "anti-smash-gene-clusters",
        "id": "other",
        "attributes": {
            "accession": "other",
            "description": "Cluster containing a secondary metabolite-related protein that does not fit into any other category"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/other?format=api"
        }
    }
}