Returns info for a transcript

GET /lookup/transcript/ENST00000534739/hg19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=600
Content-Type: application/json ;utf-8
ETag: "e20697061e5fc5a54fd2f8b2d126e9bad16e284af771447cb99ee0567aa6b45f"
Vary: Accept

{
  "coords": [
    {
      "cds_end": 2655145,
      "cds_start": 2655644,
      "exons": [
        {
          "end": 2655171,
          "start": 2655644
        },
        {
          "end": 2655145,
          "start": 2655168
        }
      ],
      "coding_transcript": true,
      "gene_id": 32183,
      "position": 2655145,
      "gene_symbol": "SRY",
      "name": "ENST00000534739.2",
      "strand": "-",
      "cytoband": "Yp11.31",
      "exon_count": 2,
      "coding_length": 498,
      "total_coding_length": 498,
      "mrna_length": 498,
      "total_exon_length": 498,
      "ensembl_protein_id": "ENSP00000438917",
      "chromo": "chrY",
      "length": 500
    }
  ]
}