I user hostinfo.ip to figure out an IP address location

location = urllib.urlopen('http://api.hostip.info/get_html.php?ip='+ipaddress+'&position=true').read() 

But from my experience hostinfo.ip returns a lot of empty results.

Location: Country: (Unknown Country?) (XX)
City: (Unknown City?)
Latitude:
Longitude:
IP: 64.114.x.x

Are there better free API services out there that gives me IP address info?

link|improve this question

73% accept rate
feedback

2 Answers

You can try this, but am not sure whether it is free or paid.

http://whatismyipaddress.com/

If you are interested on paid version then MAXMIND would be better.

link|improve this answer
feedback

For free one I would recommend you IPInfoDB.com, but we are going for .NET component, so we subscribed to paid version of geolocation database from IP2Location.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.