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: "5dc99387b3ad021690d6f738d1685de9dc21d5631beeddc6da4d784b64a3210b"
Vary: Accept

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