Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a free Geolocation Service (from Country/Prov/City) or Database? [closed]

I am looking for a free service (providing a web service or a database that gets updated regularly) that will allow me to retrieve the Geolocations (Long/Lat) for Country/Prov/City.

Yahoo & Google's API's are unacceptable as they limit the total amount of requests DAILY.

like image 618
MichaelICE Avatar asked Jun 01 '09 22:06

MichaelICE


People also ask

Is geolocation DB free?

The LITE edition is an open-source version of IP database with limited accuracy. It is free for personal or commercial use with attribution required.

What is geolocation service?

First, what is a geolocation service? Geolocation marketing is the process of determining the location of a computer, phone, or other network-based devices. This inferred location is based on geographical measurements of latitude and longitude to narrow down the location to city, zip code, street, and even address.

How do I get the geolocation of an IP address?

Just send HTTP GET request to https://api.ipgeolocationapi.com with different parameters and get the JSON result. For example, the following HTTP GET request will give you a location of the specified IP address. The following request returns the country information specified by the ISO country code.


2 Answers

I'm a fan of Geolite, they have both city and country databases, freely available api's in a number of languages and they update the databases on a fairly regular basis.

like image 96
Kevin Loney Avatar answered Sep 28 '22 13:09

Kevin Loney


Have you looked at GeoNames?

like image 35
John Mac Avatar answered Sep 28 '22 12:09

John Mac