From ce3d9fbdf631d22df8d4dde45da56944d6b161f8 Mon Sep 17 00:00:00 2001 From: bitsnaps Date: Sun, 5 Jan 2020 19:11:58 +0100 Subject: [PATCH] Add ip-api Add https://ip-api.com a free Geolocation API with 45 req/minute, no API key required. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3dc98a2..0a967fa9 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Table of Contents * [wolfram.com](http://wolfram.com/language/) — Built-in knowledge-based algorithms in the cloud * [wrapapi.com](https://wrapapi.com/) — Turn any website into a parameterized API. 30k API calls per month * [Zenscrape](https://zenscrape.com/web-scraping-api) — Web scraping API with headless browsers, residentials IPs and simple pricing. 1000 free API calls/month, extra free credits for students and non-profits + * [ip-api](https://ip-api.com) — IP Geolocation API, Free for non-commercial use, no API key required, limited to 45 req/minute from the same IP address for the free plan. ## Artifact Repos