<div>Dear all,</div><div>I have a list of ensemble id and want to get Uniprot ID by ENSEMBL ID with ENSEMBL REST API, and use <span style="line-height: 1.5;">python ensemblrest module.</span></div><div><br></div><div>But when I used xrefs/id/:id/ apt, I am not clear short name of external_db parameter for uniprot.</div><div>For example, the url for uniprot gene name is ok, http://rest.ensembl.org/xrefs/id/ENSG00000135334?content-type=application/json;external_db=uniprot_gn.</div><div>But the result of the url of "http://rest.ensembl.org/xrefs/id/ENST00000288602?content-type=application/json;external_db=uniprot;all_levels=1" is None.</div><div><br></div><div><div>---------------------------------------------------------------------</div><div>The code of ensenblrest module</div><div>from ensemblrest import EnsemblRest</div><div>ensRest = EnsemblRest()</div><div>ensRest.getXrefsById(id = '<span style="line-height: 1.5;">ENSG00000135334'</span><span style="line-height: 1.5;">, external_db = 'uniprot', all_levels=1)</span></div><div>---------------------------------------------------------------------</div></div><div><br></div><div>Could someone tell me the short names of external_db parameters or send me a more detail instruction for REST APT?</div><div><br></div><div>Best regards</div><div><br></div><div>Hao Luo</div><div><p class="MsoNormal" style="font-family: Arial, Verdana, sans-serif; text-align: justify;"><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 10.5pt; line-height: 1.5;">Tianjin University</span></p><p class="MsoNormal" style="font-family: Arial, Verdana, sans-serif; text-align: justify;"><span style="font-size: 10.5pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Tianjin, </span><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 10.5pt; line-height: 1.5;">China</span></p><p class="MsoNormal" style="font-family: Arial, Verdana, sans-serif; text-align: justify;"><span style="font-size: 10.5pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Email: <span style="color: blue;"><a href="http://mail.tju.edu.cn/jy3/compose/main.jsp?sid=808A-7f8l614-4f74l3lvgwwIGigIl2e&to=hluo%40tju.edu.cn" target="_parent">hluo@tju.edu.cn</a></span></span></p><p class="MsoNormal" style="font-family: Arial, Verdana, sans-serif;"><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);"> </span></p></div><br><br>