We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the iNatutralist API, common names can be obtained in several languages. https://api.inaturalist.org/v1/docs/
https://api.inaturalist.org/v1/observations/species_counts?taxon_id=3&rank=species&active=true&place_id=13336&page=" + page + "&locale=fr"
taxon_id=3 all the the class Aves place_id=13336 for Qc-Ca locale=fr for French name
I did it in javascript because I don't know vue.js but it works.
Thank you for your work.
The text was updated successfully, but these errors were encountered:
It seems like the species could be query directly in any language (see https://documenter.getpostman.com/view/664302/S1ENwy59#397b9b8c-4ab9-4136-baae-3ffa4e5b26e4)
Sorry, something went wrong.
Should have read twice before, thanks
No branches or pull requests
Using the iNatutralist API, common names can be obtained in several languages.
https://api.inaturalist.org/v1/docs/
https://api.inaturalist.org/v1/observations/species_counts?taxon_id=3&rank=species&active=true&place_id=13336&page=" + page + "&locale=fr"
taxon_id=3 all the the class Aves
place_id=13336 for Qc-Ca
locale=fr for French name
I did it in javascript because I don't know vue.js but it works.
Thank you for your work.
The text was updated successfully, but these errors were encountered: