<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Dear developer,<br>
    <br>
    I found an odd response from the
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
    <a href="http://rest.ensembl.org/documentation/info/vep_region_post"
      style="color: rgb(0, 85, 128); text-decoration: underline;
      outline: 0px; font-family: 'Helvetica Neue', Helvetica, Arial,
      sans-serif; font-size: 14px; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      20px; orphans: auto; text-align: left; text-indent: 0px;
      text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">vep/:species/region/</a>
    of the new ensembl REST server (
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
    <a href="http://rest.ensembl.org/">http://rest.ensembl.org/</a>)
    while searching for species other than human. For example, if I do 2
    POST request with curl on human and cow (the sample data are the
    same as in the VEP webserver):<br>
    <br>
    $ curl -H "content-type:application/json" -H
    "accept:application/json" --data '{ "variants" : ["1  909238 
    909238  G/C  +", "3  361464  361464  A/-  +", "5  121187650 
    121188519  DUP"] }' <a class="moz-txt-link-freetext" href="http://rest.ensembl.org/vep/human/region">http://rest.ensembl.org/vep/human/region</a> >
    output_human.txt<br>
    <br>
    $ curl -H "content-type:application/json" -H
    "accept:application/json" --data '{ "variants" : ["1  909238 
    909238  G/C  +", "3  361464  361464  A/-  +", "5  121187650 
    121188519  DUP"] }' <a class="moz-txt-link-freetext" href="http://rest.ensembl.org/vep/cow/region">http://rest.ensembl.org/vep/cow/region</a> >
    output_cow.txt <br>
    <br>
    I will find the same results (diff give me no output), even VEP
    gives me 2 different results. Could be a problem of variation
    endpoint?<br>
    <br>
    Thanks for your support,<br>
    <br>
    best regards,<br>
    <br>
    Paolo.<br>
    <br>
  </body>
</html>