views:

157

answers:

4

Working on a mashup where I need an API which gives me details of Address if I pass IP of that parcular locton. Can anyone help me to get an API?? heard about iploc but its no longer available..:(

A: 

IP2Location is pretty popular:

http://www.ip2location.com/

BobbyShaftoe
What was wrong with this answer? Is this not correct? Down votes should really have comments.
BobbyShaftoe
+1  A: 

Hi, I have used this once, but only getting the State of a given IP. Have a look:

Target Your Visitors Using GeoIP and .NET

DaDa
+1  A: 

GeoIP

Warning: ISP and proxy is not equivalent to the peer so such service is always not so corerct.

Francis
A: 

Go here: MaxMind: http://www.maxmind.com/app/ip-location

It has IP conversion into: country, city, ISP version. Paid database, or free (lite) versions are available.

Their API is too stong. They allow to download a compressed binary file, and give PHP or other language APIs to access that database file to decode your IP into details. Interesting...

Sanjaal