iNaturalist API through Java

Good morning,
I am creating an Android application for a client through the Georgia Institute of Technology which would incorporate some iNaturalist data. Is there a simple way to get the API using java on Android Studio?
Thank you.

1 Like

If you’re asking if there’s any kind of SDK or Java-based API wrapper, the answer is no. Using a REST API is pretty straightforward, though. Almost all of our API use in our own Android app (written in Java) can be viewed at https://github.com/inaturalist/iNaturalistAndroid/blob/master/iNaturalist/src/main/java/org/inaturalist/android/INaturalistService.java

3 Likes

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