How to get all publishers list
Hi all.
I want to get all GBIF publishers list from API as follows. http://api.gbif.org/v1/organization?limit=10000
However, it does not contain the item below. http://api.gbif.org/v1/organization/c3367060-856b-11d9-8486-b8a03c50a862
The number of publishers is about 1,200, so I think the first URL give all publishers list. But it seems to be wrong. Could you tell me how to get the list?
Regards, Takayuki
Hi Takayuki,
The API returns a maximum of 1000 results for this search, but the total number of publishers is 1624.
You can fetch the second page of results like this: http://api.gbif.org/v1/organization?limit=10000&offset=1000
Cheers,
Matthew
On 06/08/18 10:39, Otsubo, Takayuki wrote:
Hi all.
I want to get all GBIF publishers list from API as follows. http://api.gbif.org/v1/organization?limit=10000
However, it does not contain the item below. http://api.gbif.org/v1/organization/c3367060-856b-11d9-8486-b8a03c50a862
The number of publishers is about 1,200, so I think the first URL give all publishers list. But it seems to be wrong. Could you tell me how to get the list?
Regards, Takayuki
API-users mailing list API-users@lists.gbif.org https://lists.gbif.org/mailman/listinfo/api-users
Dear Matthew,
Thank you for your reply. I confirmed that I could get all publishers list as follows.
http://api.gbif.org/v1/organization?limit=1000 http://api.gbif.org/v1/organization?limit=1000&offset=1000
Thanks, Takayuki
-----Original Message----- From: API-users [mailto:api-users-bounces@lists.gbif.org] On Behalf Of Matthew Blissett Sent: Monday, August 6, 2018 9:38 PM To: api-users@lists.gbif.org Subject: Re: [API-users] How to get all publishers list
Hi Takayuki,
The API returns a maximum of 1000 results for this search, but the total number of publishers is 1624.
You can fetch the second page of results like this: http://api.gbif.org/v1/organization?limit=10000&offset=1000
Cheers,
Matthew
On 06/08/18 10:39, Otsubo, Takayuki wrote:
Hi all.
I want to get all GBIF publishers list from API as follows. http://api.gbif.org/v1/organization?limit=10000
However, it does not contain the item below. http://api.gbif.org/v1/organization/c3367060-856b-11d9-8486-b8a03c50a8 62
The number of publishers is about 1,200, so I think the first URL give all
publishers list. But it seems to be wrong.
Could you tell me how to get the list?
Regards, Takayuki
API-users mailing list API-users@lists.gbif.org https://lists.gbif.org/mailman/listinfo/api-users
API-users mailing list API-users@lists.gbif.org https://lists.gbif.org/mailman/listinfo/api-users
participants (2)
-
Matthew Blissett
-
Otsubo, Takayuki