Provides list of Genome Properties.

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

{
    "data": {
        "type": "genome-properties",
        "id": "GenProp1638",
        "attributes": {
            "accession": "GenProp1638",
            "description": "(E,E)-4,8,12-trimethyltrideca-1,3,7,11-tetraene biosynthesis"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/genome-properties/GenProp1638?format=api"
        }
    }
}