From 7b369ec48d6673b453c70fd2f15ce0bf245ad364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20V=C3=A4in?= Date: Mon, 26 Nov 2018 22:00:28 +0200 Subject: [PATCH] IPGeolocationAPI.com a free geolocation service (#812) IPGeolocationAPI.com provides a JSON API for geolocating website visitors or geolocating IPv4/IPv6 addresses. The returned JSON response contains detailed information about the geolocated country details like ISO 3166 (countries and states/subdivisions ), ISO 4217 (currency), and E.164 (phone numbers). The service also has a self-configuring "Deploy to Heroku" button so the API can be self-hosted by anyone. The service has been tested to handle thousands of asynchronous requests and coded in Python. Fully open source and MIT licensed. https://github.com/madisvain/geolocationapi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cb08f7e..3a73d5df 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ API | Description | Auth | HTTPS | CORS | | [IP Location](https://ipapi.co/) | Find IP address location information | No | Yes | Unknown | | [IP Sidekick](https://ipsidekick.com) | Geolocation API that returns extra information about an IP address | `apiKey` | Yes | Unknown | | [IP Vigilante](https://www.ipvigilante.com/) | Free IP Geolocation API | No | Yes | Unknown | +| [IPGeolocationAPI.com](https://ipgeolocationapi.com/) | Locate your visitors by IP with country details | No | Yes | Yes | | [ipstack](https://ipstack.com/) | Locate and identify website visitors by IP address | `apiKey` | Yes | Unknown | | [LocationIQ](https://locationiq.org/docs/) | Provides forward/reverse geocoding and batch geocoding | `apiKey` | Yes | Yes | | [Mapbox](https://www.mapbox.com/developers/) | Create/customize beautiful digital maps | `apiKey` | Yes | Unknown |