From 01b0ffacb5da7418b567f4c73bcc76c18632b502 Mon Sep 17 00:00:00 2001 From: Nikolai Tschacher Date: Mon, 23 Oct 2023 14:50:23 +0200 Subject: [PATCH 1/4] Update misc.md Added the IP Address API ipapi.is to the misc section --- pages/misc.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/misc.md b/pages/misc.md index c46ed220..66b29da0 100644 --- a/pages/misc.md +++ b/pages/misc.md @@ -6,6 +6,7 @@ - [ExchangeRate-API](#exchangerate-api) - [FingerprintJS Pro](#fingerprintjs-pro) - [Geocodio](#Geocodio) +- [ipapi.is](#ipapi) - [Let's encrypt](#lets-encrypt) - [Mailtrap](#mailtrap) - [ostr.io](#ostrio) @@ -48,6 +49,15 @@ * *Pros*: Forward and reverse geocoding, supports data appends such as Census data, congressional districts and timezones * *Limitations*: Only covers US and Canada +## IP API + +[Home page](https://ipapi.is/) + +* *Free tier*: 1,000 API lookups per day +* *Pros*: The free tier includes full API output with all data types. The API is replicated on mutiple servers worldwide which results in a fast performance. +* *Limitations*: No limits +* *Exceeding the free tier*: need to pay if 1,000 free daily API lookups are exceeded + ## Let's Encrypt [Home page](https://letsencrypt.org/) From 8a603c64b74f3de0682dd723306ee31a3caf69c8 Mon Sep 17 00:00:00 2001 From: Nikolai Tschacher Date: Mon, 23 Oct 2023 14:51:07 +0200 Subject: [PATCH 2/4] Update misc.md fixed broken menu --- pages/misc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/misc.md b/pages/misc.md index 66b29da0..2de8f931 100644 --- a/pages/misc.md +++ b/pages/misc.md @@ -6,7 +6,7 @@ - [ExchangeRate-API](#exchangerate-api) - [FingerprintJS Pro](#fingerprintjs-pro) - [Geocodio](#Geocodio) -- [ipapi.is](#ipapi) +- [ipapi.is](#IPAPI) - [Let's encrypt](#lets-encrypt) - [Mailtrap](#mailtrap) - [ostr.io](#ostrio) From e9b5a9e0fe79a511552fefa389b6541d349670ab Mon Sep 17 00:00:00 2001 From: Nikolai Tschacher Date: Mon, 23 Oct 2023 14:51:42 +0200 Subject: [PATCH 3/4] Update misc.md fixed menu again --- pages/misc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/misc.md b/pages/misc.md index 2de8f931..aae8a93f 100644 --- a/pages/misc.md +++ b/pages/misc.md @@ -6,7 +6,7 @@ - [ExchangeRate-API](#exchangerate-api) - [FingerprintJS Pro](#fingerprintjs-pro) - [Geocodio](#Geocodio) -- [ipapi.is](#IPAPI) +- [ipapi.is](#ipapiis) - [Let's encrypt](#lets-encrypt) - [Mailtrap](#mailtrap) - [ostr.io](#ostrio) @@ -49,7 +49,7 @@ * *Pros*: Forward and reverse geocoding, supports data appends such as Census data, congressional districts and timezones * *Limitations*: Only covers US and Canada -## IP API +## ipapi.is [Home page](https://ipapi.is/) From 9c9f400a3b4b8eb09ef62483c097e0879a44a609 Mon Sep 17 00:00:00 2001 From: Nikolai Tschacher Date: Tue, 24 Oct 2023 11:25:21 +0200 Subject: [PATCH 4/4] Added ipapi.is link on the main README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b55bff3d..d662e750 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ The goal is to have enough details about each free tier so developers can choose - [ExchangeRate-API](pages/misc.md#exchangerate-api) - [FingerprintJS Pro](pages/misc.md#fingerprintjs-pro) - [Geocodio](pages/misc.md#geocodio) + - [ipapi.is](pages/misc.md#ipapiis) - [Let's Encrypt](pages/misc.md#lets-encrypt) - [Mailtrap](pages/misc.md#mailtrap) - [ostr.io](pages/misc.md#ostrio)