Returns info for a transcript

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

{
  "coords": [
    {
      "cds_start": 2655644,
      "exons": [
        {
          "end": 2654896,
          "start": 2655723
        }
      ],
      "mrna_length": 828,
      "strand": "-",
      "name": "NM_003140.3",
      "total_exon_length": 828,
      "coding_length": 615,
      "coding_transcript": true,
      "canonical": true,
      "gene_symbol": "SRY",
      "gene_id": 32183,
      "mane_select": "ENST00000383070.2",
      "cytoband": "Yp11.31",
      "position": 2654896,
      "cds_end": 2655030,
      "length": 828,
      "exon_count": 1,
      "total_coding_length": 615,
      "chromo": "chrY"
    }
  ]
}