Provides list of antiSMASH gene clusters.

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

{
    "data": {
        "type": "anti-smash-gene-clusters",
        "id": "bacteriocin",
        "attributes": {
            "accession": "bacteriocin",
            "description": "Bacteriocin or other unspecified ribosomally synthesised and post-translationally modified peptide product (RiPP) cluster"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/bacteriocin?format=api"
        }
    }
}