Geolocation services



Maxmind GeoIP2 Precision Services

https://www.maxmind.com/en/geoip2-precision-services
https://dev.maxmind.com/geoip/geoip2/web-services/#Output_Examples
https://dev.maxmind.com/geoip/geoip2/javascript/

----

IP2Location API

https://lite.ip2location.com/https://www.ip2location.com/developers#free_open_source

Helps the user to geolocate the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation and usage type that any IP address or host name originates from.

----

http://about.ip2c.org/#about

IPs to country

+ fast and simple URL API
+ updated daily
+ has information on over 4,254,657,080 IPv4s

----

https://developers.google.com/maps/documentation/geolocation/intro

The Google Maps Geolocation API returns a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect. This document describes the protocol used to send this data to the server and to return a response to the client.

ReverseGeocoding:
https://developers.google.com/maps/documentation/geocoding/intro#ReverseGeocoding

Note: https://developers.google.com/maps/documentation/geocoding/policies

The Google Maps Geocoding API may only be used in conjunction with displaying results on a Google map. It is prohibited to use Google Maps Geocoding API data without displaying a Google map.

----

https://wordpress.org/plugins/geoip-detect/

Wordpress plugin - works with: Maxmind and HostIP.info

https://github.com/yellowtree/wp-geoip-detect/


----

$.getJSON("http://ip-api.io/json/", function(result) { console.log(result); });

provides data like:
country, city, zip code, timezone and whether this IP address is bot,
spammer or TOR node.

----

More:

What Is the Best API for Geolocating an IP Address?
https://ahmadawais.com/best-api-geolocating-an-ip-address/

What are some alternatives to MaxMind's GeoIP database?
https://www.quora.com/What-are-some-alternatives-to-MaxMinds-GeoIP-database

https://www.trustradius.com/products/maxmind/competitors

https://www.digitalelement.com/


Google APi


https://stackoverflow.com/questions/18173242/getting-street-city-and-country-by-reverse-geocoding-using-google
https://stackoverflow.com/questions/17280787/google-maps-api-getting-closest-points-to-zipcode
https://stackoverflow.com/questions/6797569/get-city-name-using-geolocation


http://geocoder-php.org/Geocoder/
Geocoder is a PHP library which helps you build geo-aware applications
by providing a powerful abstraction layer for geocoding manipulations.


https://github.com/onury/geolocator
Geolocator.js is a utility for getting geo-location information, geocoding, address look-ups, distance & durations, timezone information and more...