Find all observations that have been identified as species X at least once

Someone posted a method for this last week but I didn’t save it. There’s a trick you can do in the url so that instead of returning all observations of species X, you get all observations that have ever been id’d as species X, even if that is not the community ID. There was a bit of text to insert before the “taxon_id=”
Could someone share this trick? Thanks!

2 Likes

the snippet to add is ‘?ident_taxon_id=[taxon number]’, e.g. ?ident_taxon_id=73

if you want to add multiple taxa simultaneously, it’s ‘?ident_taxon_id_exclusive=[A,B]’
e.g. ?ident_taxon_id_exclusive=73,74

6 Likes

See also the tutorial for search URLs: https://forum.inaturalist.org/t/how-to-use-inaturalists-search-urls-wiki/63

3 Likes

Thanks both

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.