diff --git a/src/drivers/webextension/images/icons/ipapi1.png b/src/drivers/webextension/images/icons/ipapi1.png new file mode 100644 index 000000000..4b804795c Binary files /dev/null and b/src/drivers/webextension/images/icons/ipapi1.png differ diff --git a/src/drivers/webextension/images/icons/ipapi2.png b/src/drivers/webextension/images/icons/ipapi2.png new file mode 100644 index 000000000..ddaff474a Binary files /dev/null and b/src/drivers/webextension/images/icons/ipapi2.png differ diff --git a/src/drivers/webextension/images/icons/ipify.png b/src/drivers/webextension/images/icons/ipify.png new file mode 100644 index 000000000..e92e972c9 Binary files /dev/null and b/src/drivers/webextension/images/icons/ipify.png differ diff --git a/src/drivers/webextension/images/icons/ipstack.png b/src/drivers/webextension/images/icons/ipstack.png new file mode 100644 index 000000000..e1750f9cd Binary files /dev/null and b/src/drivers/webextension/images/icons/ipstack.png differ diff --git a/src/technologies.json b/src/technologies.json index c3ea8cb53..5896ce5ba 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9628,6 +9628,45 @@ "icon": "Ionicons.png", "website": "http://ionicons.com" }, + "ipapi.co": { + "cats": [ + 9 + ], + "description": "ipapi.co provides a REST API to find the location of an IP address.", + "xhr": "ipapi\\.co", + "icon": "ipapi1.png", + "website": "https://ipapi.co", + "pricing": ["low", "freemium"] + }, + "ipapi": { + "cats": [ + 9 + ], + "description": "ipapi provides an easy-to-use API interface allowing customers to look various pieces of information IPv4 and IPv6 addresses are associated with.", + "xhr": "api\\.ipapi\\.com", + "icon": "ipapi2.png", + "website": "https://ipapi.com", + "pricing": ["low", "freemium"] + }, + "ipify": { + "cats": [ + 9 + ], + "description": "Maybe you're provisioning new cloud servers and need to know your IP -- maybe you're behind a corporate firewall and need to tunnel information -- whatever the reason: sometimes having a public IP address API is useful!", + "xhr": "[api|api64|geo]\\.ipify\\.org", + "icon": "ipify.png", + "website": "https://ipify.org" + }, + "ipstack": { + "cats": [ + 9 + ], + "description": "ipstack offers one of the leading IP to geolocation APIs and global IP database services worldwide.", + "xhr": "api\\.ipstack\\.com", + "icon": "ipstack.png", + "website": "https://ipstack.com", + "pricing": ["low", "freemium"] + }, "Irroba": { "cats": [ 6 @@ -24442,4 +24481,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}