Listing species with few observations in a region

Is there a way to list only species that have few observations in a region? This list for the Houston area stops listing after the list gets to 15 observations each: https://www.inaturalist.org/observations?place_id=110679&subview=map&taxon_id=47124&view=species, making it impossible to see the ones with fewer observations. Can the list be displayed in reverse order, with the rarest first? Or can the list show only species that have fewer than a specified number of observations?

1 Like

the species tab on the Explore page displays only up to the top 1000 “leaf taxa” (the first 2 sets of 500), i believe.

https://jumear.github.io/stirfry/iNatAPIv1_observations_species_counts?place_id=110679&taxon_id=47124&verifiable=true&page=3

https://jumear.github.io/stirfry/iNatAPIv1_observations_species_counts?place_id=110679&taxon_id=47124&verifiable=true&order=asc

2 Likes

I made an app that I use for this purpose. Feel free to use it https://inat-app.firebaseapp.com/

It also has limitations, the api only returns 500 results so you might miss stuff if you have a high count or large area. Narrowing the search by time of the year can help.

2 Likes

this particular endpoint allows you to go above 500 if you specify a page parameter

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