<div dir="ltr"><div>Hello,</div><div><br></div><div>If I have a list of around 3,000 species, and I would like to request occurrence data for each species, is it more efficient to use the Search or Download API?</div><div><br></div><div>If using the Download API, could I include the list of species in an external query file and use the "in" predicate? For example:</div><div><br></div><div>
<code class="gmail-block">{<br>
                                      "creator":"userName",<br>
                                      "notification_address": ["<a href="mailto:userName@example.org">userName@example.org</a>"],<br>
                                      "predicate":<br>
                                      {<br>
                                        "type":"in",<br>
                                        "key":"SCIENTIFIC_NAME",<br>
                                        "values":["cat1","cat2","cat3"]<br>
                                      }<br>
                                    }</code>

</div><div><br></div><div>Thanks,</div><div><br></div><div>Ben<br></div></div>