Platform(s), such as mobile, website, API, other: web
URLs (aka web addresses) of any pages, if relevant: -
Description of need:
A common type of curator flag is “Add new species X” that is missing from inat tree, iNat dogmatically still relies on 2012 COL checklist which is far different than COL checklist of modern days and thus the recourse to create curator flags and increase their workload which could just have been avoided by fixing the code.
Feature request details:
currently iNat relies on COL 2012 checklist endpoint - https://github.com/inaturalist/inaturalist/blob/main/lib/catalogue_of_life.rb
here is an example taxon missing from 2012 list - https://www.catalogueoflife.org/annual-checklist/2012/webservice?name=Ariophanta+sisparica&response=full because there was a taxonomic change in year 2020 which is reflected back on COL post 2020 lists - https://www.catalogueoflife.org/data/taxon/GMWY
now COL itself recommends using checklistbank - https://www.catalogueoflife.org/tools/api
and here is same taxon reflected properly via checklistbank API - https://api.checklistbank.org/dataset/3LR/nameusage/search?q=Ariophanta+sisparica
so time to revamp inat’s Ratatosk to switch to this endpoint!