gbif / gbif-api

GBIF API
Apache License 2.0
28 stars 5 forks source link

species API - iucnRedListCategory endpoint returns 204 while other endpoints return no data #108

Open jhnwllr opened 1 year ago

jhnwllr commented 1 year ago

https://github.com/ropensci/rgbif/issues/667

only iucnRedListCategory endpoint seems to return a 204 warning

returns 204 https://api.gbif.org/v1/species/7190896/iucnRedListCategory

returns no data https://api.gbif.org/v1/species/7190896/children

It's easier to work with a "no data" rather than a 204 warning for rgbif users.