From f540a69c5bdad4bab4188572717f52806264c5ba Mon Sep 17 00:00:00 2001 From: Alejandro Matos <42916953+amatosg@users.noreply.github.com> Date: Sat, 30 Apr 2022 22:53:12 -0500 Subject: [PATCH] adding correct restcountries URL (#39) restcountries.eu died with API Layer, I forked it a while ago --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5379f63..37861cf 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ For information on contributing to this project, please see the [contributing gu | [OpenStreetMap](http://wiki.openstreetmap.org/wiki/API) | Navigation, geolocation and geographical data | `OAuth` | No | Unknown | | [PostcodeData.nl](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | Provide geolocation data based on postcode for Dutch addresses | No | No | Unknown | | [Postcodes.io](https://postcodes.io) | Postcode lookup & Geolocation for the UK | No | Yes | Yes | -| [REST Countries](https://restcountries.eu) | Get information about countries via a RESTful API | No | Yes | Unknown | +| [REST Countries](https://restcountries.com) | Get information about countries via a RESTful API | No | Yes | Yes | | [SmartIP.io](https://smartip.io) | IP Geolocation and Threat Intelligence API | `apiKey` | Yes | Yes | | [Uebermaps](https://uebermaps.com/api/v2) | Discover and share maps with friends | `apiKey` | Yes | Unknown | | [US ZipCode](https://smartystreets.com/docs/cloud/us-zipcode-api) | Validate and append data for any US ZipCode | `apiKey` | Yes | Yes |