Get photo by INaturalist users with API

the short answer is yes, it is possible.

how to do it depends on what skills and tools you have. if you’re going to hit the API directly, you would make a GET request to https://api.inaturalist.org/v1/observations, whose response includes URLs for “square” versions of photos. how you actually download photos, again, depends on your tools and skills. to get different versions of the photos, you would replace “square” with the other version you’re interested in:

see https://api.inaturalist.org/v1/docs/#!/Observations/get_observations for available API parameters.

3 Likes