-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
Not sure whether this needs to be under /taxon_names or nested within /taxa/:id, but this would
- Allow us to stop using the Rails endpoint on the web for taxon detail
- Help data partners resolve synonymy issues with iNat's taxonomy (e.g. taxa is Xxx yyy on Calflora, but Zzz yyy on iNat)
FWIW, I just learned we have this all_names param for /v1/taxa, e.g. https://api.inaturalist.org/v1/taxa?q=Acacia%20baileyana&all_names=true, which definitely helps with the partner synonymy issue, but that's still not quite the same as showing the taxon names, as it conflates locale and lexicon. Using that on the taxon detail page, for example, would require mapping those "locale" values to actual lexicons.