[API-users] Getting all results for a given search filter

Scott Chamberlain scott at ropensci.org
Sat Jan 13 21:39:10 CET 2018


You can do pagination with limit and offset parameters. For example;

http://api.gbif.org/v1/occurrence/search?taxonKey=1&limit=25

Can set limit up to 300. Use offset parameter to get next set of results.

Though if you want to get *A LOT* of data as it seems you do, using the
async download service is better suited:
https://www.gbif.org/developer/occurrence#download

Best, Scott

On Sat, Jan 13, 2018 at 4:13 AM Akshat Pant <akshat26 at terpmail.umd.edu>
wrote:

> Hi all,
> I'm trying to get all the years of occurrence for a specific organism.
> But I only get 20 results for each organism that I search.
> How do I get all the results ?
>
>
>
> Thanks,
> Akshat
> _______________________________________________
> API-users mailing list
> API-users at lists.gbif.org
> https://lists.gbif.org/mailman/listinfo/api-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gbif.org/pipermail/api-users/attachments/20180113/8412dbb3/attachment.html>


More information about the API-users mailing list