CodeIgniter Forums
Geolocating service or API? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Geolocating service or API? (/showthread.php?tid=9786)



Geolocating service or API? - El Forum - 07-08-2008

[eluser]taewoo[/eluser]
Does anyone know if there is such a service? Preferably free... Wink

PS: Clarification - I need IP to physical street address translation, not reverse DNS lookup or geocoding (which is physical street address to IP address).


Geolocating service or API? - El Forum - 07-08-2008

[eluser]richthegeek[/eluser]
Google maps *might* do it...


Geolocating service or API? - El Forum - 07-08-2008

[eluser]taewoo[/eluser]
Nope... either that or i can't seem to find it


Geolocating service or API? - El Forum - 07-08-2008

[eluser]Colin Williams[/eluser]
Hrm.. I would just scrape this http://www.ipaddressguide.com/ip2location.aspx?ip=[ip]

There is an API out there somewhere. I think I have it bookmarked on another computer. These are never really accurate in my experience.


Geolocating service or API? - El Forum - 07-08-2008

[eluser]taewoo[/eluser]
Tbanks Colin.
Has anyone tried that MyLoki thing-a-magic?
The only problem with that is... it requires a plugin download on the client side.


Geolocating service or API? - El Forum - 07-09-2008

[eluser]kevinprince[/eluser]
Yahoo Fireeagle!


Geolocating service or API? - El Forum - 07-09-2008

[eluser]taewoo[/eluser]
@nextgengames

Damn... i need an invitation code. I registered but it says I gotta wait. Crud.


Geolocating service or API? - El Forum - 07-10-2008

[eluser]Hugh Fletcher[/eluser]
I have used http://maxmind.com(limited free services and lots of pay options but very accurate) and http://hostip.info(free and not so accurate).


Geolocating service or API? - El Forum - 07-10-2008

[eluser]taewoo[/eluser]
Thanks Hugh for the awesome info.