You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ipgeolocation provides a set of APIs to make ip based decisions.
6
+
## IPGeolocation.io SDK for Java
7
+
8
+
The official **Java SDK** provides streamlined access to **IPGeolocation.io**, a comprehensive platform offering RESTful IP-based APIs and downloadable databases delivering precise geolocation, network, timezone, currency, abuse, ASN, and company/ISP details for IPv4 and IPv6 addresses and User-Agent strings.
9
+
10
+
With built-in support for **VPN**, **proxy**, **TOR detection**, and **threat detection** (via the IPGeolocation's Security API), this SDK also empowers developers to integrate threat intelligence, personalization, fraud prevention, compliance, and analytics features into Java applications.
11
+
12
+
Whether you're enriching signup forms with ip geolocation data, localizing content, embedding threat intelligence in back-end systems, or converting time zones and currencies, the SDK ensures seamless, scalable integration with IPGeolocation.io’s global API infrastructure.
7
13
8
14
## Table of Contents
9
15
@@ -14,7 +20,7 @@ Ipgeolocation provides a set of APIs to make ip based decisions.
-[1. Developer(Free) Plan Examples](#1-developer-plan-examples)
18
24
-[2. Standard Plan Examples](#2-standard-plan-examples)
19
25
-[3. Advanced Plan Examples](#3-advanced-plan-examples)
20
26
-[Bulk IP Geolocation Example](#bulk-ip-geolocation-example)
@@ -171,7 +177,7 @@ For complete details, refer to the official documentation: [IP Geolocation API D
171
177
172
178
The `ip` parameter in the SDK can accept any valid IPv4 address, IPv6 address, or domain name. If the `ip()` method is not used or the parameter is omitted, the API will return information about the public IP address of the device or server where the SDK is executed.
0 commit comments