<div dir="ltr">Hi-<div><br></div><div>Is there a way to get transcript coordinates via the REST interface for both GRCh37 and 38? Or, more specifically, is there any way other than via the perl interface?</div><div><br></div><div><br></div><div>I'm imaging/hope for something akin to</div><div><br></div><div><a href="http://rest.ensembl.org/overlap/id/ENSG00000157764?feature=transcript">http://rest.ensembl.org/overlap/id/ENSG00000157764?feature=transcript</a><br></div><div><br></div><div>returning something like:</div><div><br></div><div><div> {'Parent': 'ENSG00000271932',</div><div>  'biotype': 'snRNA',<br></div><div>  'feature_type': 'transcript',<br></div><div>  'id': u'ENST00000605989',</div><div>  'coordinates': {</div><div>     'NC_000007.10' : { 'strand': -1, 'start_end': [[140696671,140696671], [140696671,140696671]...]},</div><div>     'ENST00000605989' : { 'strand': 1, 'start_end': [[10,20], [20,30]...]},</div><div>  },<br></div><div>}]</div></div><div><br></div><div>Thanks,</div><div>Reece</div></div>