fset)&limit=30
I hope this helps, Fede.
From: API-users on behalf of Akshat Pant
Date: Friday, 18 May 2018 at 06.24
To: "API-users@lists.gbif.org"
Subject: [API-users] Get specific occurrences
Hi all,
I'm trying to get all the years of occurrence for a specific organism.
I tr
Hi Akshat,
the offset is the number of records, not the pages. So yes, this is supposed to
happen. For the next rpage offset should be increased by your page limit/size
best,
Markus
On 17. May 2018, at 21:58, Akshat Pant
mailto:aksha...@terpmail.umd.edu>> wrote:
Hi all,
I'm trying to get all
Hi all,
I'm trying to get all the years of occurrence for a specific organism.
I tried pagination and with the limit and offset parameters. For example:
http://api.gbif.org/v1/occurrence/search?offset=1&limit=30
But I noticed that each successive page has duplicate results. For example:
for the s
Hey,
Is there a way of downloading specific occurrences based on ID/key?
E.g. for http://api.gbif.org/v1/occurrence/1038345215 tried this, but it
doesn?t seem to work:
"predicate":
{
"type":"equals",
"key":"OCCURRENCE_ID",
"value":"1038345215"
}
Thanks,
Daniel