Re: [API-users] Get specific occurrences

2018-05-18 Thread Federico Mendez
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

Re: [API-users] Get specific occurrences

2018-05-18 Thread Markus Döring
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

[API-users] Get specific occurrences

2018-05-17 Thread Akshat Pant
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

[API-users] get specific occurrences

2018-01-16 Thread Daniel Noesgaard
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