Hi all…
I’m writing my own app to fetch iNaturalist data, and I want to be able to map my own textual placenames to iNaturalist’s internal place_id values.
The only post I found about something similar was this:
However, that didn’t answer my question. Since iNaturalist can take a place_id value for a query, it MUST have a master list it looks them up in (in its database).
If I want to get a list of all iNaturalist place_id values for all US states, and all world countries (but no finer grained than that), there must be some way to get these, right?
I mean, iNaturalist has to look up place_id’s by name, so it should be possible to get that mapping of place-name to place_id, shouldn’t it?
- Tim