From bbdfc888d387e7e537b692ac289dfd739da25fa2 Mon Sep 17 00:00:00 2001 From: Hardik Pithva Date: Mon, 2 Oct 2017 21:28:30 +0530 Subject: [PATCH 1/2] added pubic HTTP API provides geolocation of IP addresses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2805e01a..47211e6f 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ API | Description | Auth | HTTPS | Link | | adresse.data.gouv.fr | Address database of France, geocoding, and reverse | No | Yes | [Go!](https://adresse.data.gouv.fr) | | Battuta | A (country/region/city) in-cascade location API | `apiKey` | Yes | [Go!](https://battuta.medunes.net) | | Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/) | +| FreeGeoIP | Geolocation of IP addresses | No | Yes | [Go!](https://freegeoip.net/) | | GeoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | | Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | From 6dd468e28254c8882b7199962647e8c0607724bb Mon Sep 17 00:00:00 2001 From: Hardik Pithva Date: Mon, 2 Oct 2017 21:31:45 +0530 Subject: [PATCH 2/2] removed extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47211e6f..f2289f30 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ API | Description | Auth | HTTPS | Link | | adresse.data.gouv.fr | Address database of France, geocoding, and reverse | No | Yes | [Go!](https://adresse.data.gouv.fr) | | Battuta | A (country/region/city) in-cascade location API | `apiKey` | Yes | [Go!](https://battuta.medunes.net) | | Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/) | -| FreeGeoIP | Geolocation of IP addresses | No | Yes | [Go!](https://freegeoip.net/) | +| FreeGeoIP | Geolocation of IP addresses | No | Yes | [Go!](https://freegeoip.net/) | | GeoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | | Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) |