| A geo places API with the actual international ids of those places. There are a lot of geo something APIs but I still cannot find one where I can: - Ask for all admin1 regions of a country and have all their actual data (like: all states in the US, or all regions in Italy) - Ask for all admin2 regions in a given admin1 region (all counties in the state of TX, all provinces in the region of Lombardy). As you can already see "US.TX" is an identifier but "IT.Lombardy" is not, it is language dependent and I'm sure there are international identifiers for those but they are lacking in almost all geo something APIs - Ask for all admin3 in some admin2 - Ask for all admin-whatever on a given ZIP code - Ask for all ZIP codes in a given admin-something - Bonus point if it supports i18n and l10n If anyone knows of one please tell me, I would pay for it right now. |