Provides list of Genome Properties.

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

{
    "data": {
        "type": "genome-properties",
        "id": "GenProp1249",
        "attributes": {
            "accession": "GenProp1249",
            "description": "1D-myo-inositol hexakisphosphate biosynthesis I (from Ins(1,4,5)P3)"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/genome-properties/GenProp1249?format=api"
        }
    }
}