More results

Hi,
in a request like :
https://api.gbif.org/v1/occurrence/search?media_type=StillImage&publishing_org=da86174a-a605-43a4-a5e8-53d484152cd3&taxon_key=2879098
how to get more than 20 results and specify number of results we want please ?
Thank you
Best regards

Add

&limit=<n> to your query, e.g.

https://api.gbif.org/v1/occurrence/search?media_type=StillImage&publishing_org=da86174a-a605-43a4-a5e8-53d484152cd3&taxon_key=2879098&limit=100

The maximum number of results per page is 300. To get more entries, use offset=<n> to paginate and get results beyond that.

Ok I found it before, thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.