API changes with CoL XR

First of all, congrats on the launch and thanks for all the hard work!

I was wondering what the plans are for the API regarding the taxonomy changes. I maintain a database (identification-resources.github.io) and a number of tools (e.g. github.com/larsgw/biodiversity-matcher) where I use the GBIF Backbone Taxonomy, and I want to be prepared for what needs to change and when.

  1. How long will the /v1/species and /v1/occurrence APIs keep working with the GBIF Backbone Taxonomy identifiers?
  2. Will the occurrence data in the v1 API keep updating?
  3. Is there (or will there be) a public, stable API for taxonomy info in GBIF that can be called with CoL XR identifiers? Or should I use ChecklistBank directly?
  4. Is the mapping between the GBIF Backbone Taxonomy and CoL XR available somewhere?

I’ve also noticed the redirects from the GBIF Backbone Taxonomy to CoL XR are not fully complete. For example, https://www.gbif.org/species/9650 (https://old.gbif.org/species/9650) does not redirect to https://www.gbif.org/taxon/BXWJD. Is this something that can be amended at a later point? Are there statistics on the amount of unmapped taxa?

  1. I don’t know, but expect at least one year and likely longer. But at least for the species v1 API do not expect and fresh content, we will stop indexing new data at some point and expose it as read only
  2. I believe so, but I am not the best to ask
  3. yes. Right now it is exposed as experimental as we want to give us the freedom to potentially apply some changes. But it has been tested a lot and is what drives the new portal, so I would expect only minimal changes if any. It is described here: https://techdocs.gbif-test.org/en/openapi/v2/taxon
    But on prod we expose it as https://api.gbif-dev.org/v2/experimental/taxon/7ddf754f-d193-4cc9-b351-99906754a03b/CS5HF
  4. I just produces a mapping file for GBIF → COL: https://download.checklistbank.org/col/gbif/README.html
    I am still reviewing the gaps to see if we can improve the mapping, but for the majority it should be useful already.
2 Likes

We are also working on better redirects. We know they are inferior to our matching, so I hope we can get sth changed very soon.

statistics for the mapping file (which should be better than the current redirect) are here: GBIF Backbone → COL 26.5 XR mapping — analysis

Wonderful, thanks for the info!