api return zip code of a state and city

Discussion in 'Google' started by aashutoshkumar, Jan 29, 2009.

  1. #1
    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
     
    aashutoshkumar, Jan 29, 2009 IP
  2. kappaknight

    kappaknight Peon

    Messages:
    160
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    kappaknight, Jan 29, 2009 IP
  3. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #3
    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...
     
    QiSoftware, Jan 29, 2009 IP
  4. miamia

    miamia Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you may want to check out from IPLocationTools (dot) com, they have another side called ZIPCodeWorld. I use the free APIs provided by them
     
    miamia, Jul 23, 2009 IP