Does anyone know how to get identifications from the api for places that don’t have a place_id? I want to specifically get the observations from Antarctica.
Antarctica does have a place ID, but at least some parts of the API don’t handle it properly. see https://forum.inaturalist.org/t/strangeness-when-trying-to-use-antarctica-places/14038. if the identification endpoint doesn’t handle the place, then since project ID, bounding box, and obs ID don’t seem to be parameter options, there might not be a way to find identifications directly, though you might be able to get at them indirectly by searching for observations using a bounding box and filtering on update date and identification user ID. or else maybe create a place or places that the API will handle.
Maybe try:
https://www.inaturalist.org/observations?lat=-90.0&lng=-95&radius=3500
and adjust radius to your needs
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.