Provides list of Genome Properties.

GET /metagenomics/api/v1/annotations/genome-properties/GenProp2069?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "genome-properties",
        "id": "GenProp2069",
        "attributes": {
            "accession": "GenProp2069",
            "description": "THAP1/THAP3-HCFC1-OGT complex"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/genome-properties/GenProp2069?format=api"
        }
    }
}