Can the API extract species only seen by one user

Possible to get count of species from Taxon Y that User X has observed that have not been observed by anyone else?

3 Likes

Sure, use the species_counts endpoint and you’ll find “count” and “observations_count”, with a little manipulation you can get a list of the species you are looking for.

2 Likes

If you’re interested, here’s the code for a quick ‘reactable’ table I made using the API to find what species a user has observed that no one else:
https://github.com/oliverburrus/iNat_lists/blob/master/Only_iNat_Obs_Table.R

2 Likes

Cheers Oliver, worked perfectly

1 Like

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