Hi, Is there any API which return zip code of a particular city. I want to integrate an API with my code(C#.NET) which return zip code when i give city name. Please guide me. Ashutosh kumar
It's not an API but you can buy a DB of US and Canada zip codes from ZipCodeDownload.com for about $39 to start.
I have done something like that. I used JDBC a MySQL database and data I obtained from a US Government site. It only works with US zip codes and of course I used Java-- rather C#. but I am quite happy with the results. I think I will see if I can find zips for Canada and add them to the database. Q...
you may want to check out from IPLocationTools (dot) com, they have another side called ZIPCodeWorld. I use the free APIs provided by them