I'm looking for a URL that I can use with curl that will take on input an IP address and have it return the geographical location of the IP. Anybody know of one?
Thanks.
I'm looking for a URL that I can use with curl that will take on input an IP address and have it return the geographical location of the IP. Anybody know of one?
Thanks.
As far as I know, curl isn't capable of geo-locating.
You can however use curl to download the return values of the hostip.info api.
See http://freegeoip.appspot.com/ Their service features a simple call and can return results in xml, json or csv formats