Provides list of Genome Properties.

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

{
    "data": {
        "type": "genome-properties",
        "id": "GenProp0176",
        "attributes": {
            "accession": "GenProp0176",
            "description": "TRAP-T (tripartite ATP-independent periplasmic transporters) family transporters"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/genome-properties/GenProp0176?format=api"
        }
    }
}