Skip to content

Commit 5ced9ef

Browse files
Merge pull request #26 from IPGeolocation/MudassarTariq-patch-1
Update README.md
2 parents f32b347 + db4e625 commit 5ced9ef

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# ipgeolocation-java-sdk
1+
# IPGeolocation.io Java SDK
22

3-
IPGeolocation.io - IP intelligence products
3+
IPGeolocation.io – Real-time IP Intelligence, Threat Detection APIs & Database Solutions
44
- API version: 2.0
55

6-
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.
713

814
## Table of Contents
915

@@ -14,7 +20,7 @@ Ipgeolocation provides a set of APIs to make ip based decisions.
1420
2. [Authentication Setup](#authentication-setup)
1521
3. [API Endpoints](#api-endpoints)
1622
3. [IP Geolocation Examples](#ip-geolocation-examples)
17-
- [1. Basic Plan Examples](#1-basic-plan-examples)
23+
- [1. Developer(Free) Plan Examples](#1-developer-plan-examples)
1824
- [2. Standard Plan Examples](#2-standard-plan-examples)
1925
- [3. Advanced Plan Examples](#3-advanced-plan-examples)
2026
- [Bulk IP Geolocation Example](#bulk-ip-geolocation-example)
@@ -171,7 +177,7 @@ For complete details, refer to the official documentation: [IP Geolocation API D
171177

172178
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.
173179

174-
### 1. Developer (Free) Plan Examples
180+
### 1. Developer Plan Examples
175181

176182
#### Default Fields
177183

0 commit comments

Comments
 (0)