From d6e4dfc749b58dd66f23eee01abb975ea2c86d2e Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 24 Apr 2023 17:07:13 +0600 Subject: [PATCH] Add ipbase / geolocation --- .../webextension/images/icons/ipbase.svg | 34 +++++++++++++++++++ src/technologies/i.json | 15 ++++++++ 2 files changed, 49 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ipbase.svg diff --git a/src/drivers/webextension/images/icons/ipbase.svg b/src/drivers/webextension/images/icons/ipbase.svg new file mode 100644 index 000000000..138ed7817 --- /dev/null +++ b/src/drivers/webextension/images/icons/ipbase.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/i.json b/src/technologies/i.json index f0eeecdec..e41dbfe5a 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -1500,6 +1500,21 @@ "website": "https://ipapi.co", "xhr": "ipapi\\.co/" }, + "ipbase": { + "cats": [ + 79 + ], + "description": "ipbase offers an API that supports both IPv4 and IPv6 and provides precise location data from IP addresses.", + "icon": "ipbase.svg", + "pricing": [ + "freemium", + "recurring", + "low" + ], + "saas": true, + "website": "https://ipbase.com", + "xhr": "api\\.ipbase\\.com" + }, "ipdata": { "cats": [ 79