It provides a response, but I think it is just json, not geojson. Putting it through a geojson tester I get an error saying the “type” member is not present. Is it possible to get a valid geojson using the API?
Ah, well, guilty, I’ve let myself be led astray by chat-gpt.
I have been trying to bring some project data into ArcGIS Online, and gpt suggested that I could access a geojson via the API. However, after giving the API docs a good read, I have seen that I can call for a csv using https://www.inaturalist.org/observations.csv?project_id=[public_project_ID], which I can then pull into ArcGIS Online.
Thanks for the response
Edit: I spoke too soon, that does not work to filter by the project. I am quite inexperienced using an API, and must be misunderstanding some fundamental stuff. Also I noticed that I did not use the API url, and that when I do I am getting no response.