Today I came across this post called “IP Address Geolocation Javascript API : JSON”The author provides you with a free geolocation query URLThe API returns the geographical location of the queried IP address with some additional information such as: {
'status':'ok',
'IP': '74.125.45.100',
'CountryCode': 'US',
'CountryName': 'United States',
'RegionName': 'California',
'ZipPostalCode':

.