hello. i am trying to do a lookup for Carolina, PR using parameters for structured requests: https://nominatim.openstreetmap.org/search?format=json&limit=1city=carolina&country=pr However the lookup works only with https://nominatim.openstreetmap.org/search?format=json&limit=1&city=carolina&country=us According to wikipedia the ISO 3166-2 code for Puerto Rico is for certain countries it doesn't work at all: https://nominatim.openstreetmap.org/search?format=json&limit=1&city=Punta+Caucedo&country=do but works with freeform query: https://nominatim.openstreetmap.org/search?format=json&limit=1&q=Punta+Caucedo%2C+do asked 14 May '21, 11:42 minusf |
Quick test shows similar for Papeete (French Polynesia is another dual coded place FP & FR_FP). Some others no longer exist (eg, Isle of Man IM & GB-IOM).