Returns info for a transcript

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

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