This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Get exon start/stop positions in gene using Ensembl REST API

Is there a way to get start/stop positions of exons in transcript from ensembl using their RESTAPI using gene name?

http://www.ensembl.org/Homo_sapiens/Transcript/Exons?db=core;g=ENSG00000105639;r=19:17824780-17848071;t=ENST00000458235

gene ensembl exon rest api

1 answer

The symbol lookup endpoint with expand=1 will get you this.

Log in to answer this question.