I know that API v2 is still work in progress but I could not resist testing it out using this documentation https://api.inaturalist.org/v2/docs/
I ran into some issues and was not sure if it is already time to post it here, in the end I decided to post it anyway.
So I checked if the API v2 would return all the observations from that project, which it did not… the API v1 did however:
- “total_results”:3029 : https://api.inaturalist.org/v1/observations?project_id=17708
- “total_results”:877 : https://api.inaturalist.org/v2/observations?project_id=17708
So I think the API v2 seems to have some problems when it comes to projects.
Something like observations by user seems to however work fine and give the same results:
- https://api.inaturalist.org/v1/observations?user_login=paul_luap
- https://api.inaturalist.org/v2/observations?user_login=paul_luap
If it is still to early for such a post about APIv2 feel free to ignore it for now.
(APIv2 promises to be a very nice tool in the future, good work!)