Get checklist for a location through the API?

Hi everyone!
Is there a way to get a checklist of the species that are known to exist near a location through the API? Thank you!

i think the closest you can get is https://api.inaturalist.org/v1/docs/#!/Observations/get_observations_species_counts, which is roughly equivalent to what you would get back from the species section of the Explore page.

3 Likes

Ok I’ll give that a shot, and let you know if I find the solution, thank you!

just out of curiosity… what are you attempting to do with the checklists? there might be other ways to get this information, depending on what you’re trying to do…

1 Like

Thank you for pointing me in the right direction! observations_species_counts works like a charm.

I’m trying to add a function to an existing educational app I made to get “checklists” of organisms that have been previously reported in the area. This works!
The only problem is that the API returns the taxa name (common name) in English… do you know if there’s a way to translate them to other languages? say Spanish?
Thank you @pisum

1 Like

i haven’t tried with this particular endpoint, but in general, you can use the locale or preferred_place_id parameters to return a location-specific preferred_common_name, i think.

1 Like

Yessss!!! Thank you!!! Now it works perfectly!!! :clap::clap::clap:

1 Like

if you publish your work somewhere, you might consider sharing it with the organizers of the City Nature Challenge. it might help them with part of their process, as detailed here: https://forum.inaturalist.org/t/data-users-what-are-your-use-cases-and-requests-for-exporting-data/2972/2.

1 Like

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