displays per input Ensmbl ID (e.g. ENSG00000223972) general gene information

GET /REST_API/GeneInfo/ENSG00000223972/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "geneID": "ENSG00000223972",
        "chr": "chr1",
        "start": 11869,
        "end": 14409,
        "geneSymbol": "DDX11L1",
        "alternativeGeneID": "",
        "strand": "+",
        "annotationVersion": "V27"
    }
]