Live data from Hacker News

Ask HN: API to discover lat/long coordinates from a city name and country

news.ycombinator.com

1–7 of 7 posts

Ask HN: API to discover lat/long coordinates from a city name and country

#1
Hi everyone, I have a list of city names say, all the cities in Germany, and I want to get lat/lng coordinates for each one of them.

Is there any API I can use to get this kind of data? Google and Foursquare did not seem to help with that

thanks for your time

UPDATE: you people are amazing, thanks for the responses!

Re: Ask HN: API to discover lat/long coordinates from a city name and country

#3
It's called geocoding. There are several free services who provide API. Here are two of them from the first page of my search results:

https://geoservices.tamu.edu/Services/Geocode/WebService/

http://developer.mapquest.com/web/products/dev-services/geoc...

Re: Ask HN: API to discover lat/long coordinates from a city name and country

#6

It's called geocoding. There are several free services who provide API. Here are two of them from the first page of my search results: https://geoservices.tamu.edu/Services/Geocode/WebService/ http://developer.mapquest.com/web/products/dev-services/geoc...

thank you so much!

Re: Ask HN: API to discover lat/long coordinates from a city name and country

#7
post #4

Geonames.org has files containing zip code, city and, lat/lon: http://download.geonames.org/export/zip/ Hope this helps.

Sure it helps! Even if this database does not contain every city that I wanna check, it definitely helps.

thank you very much