Skip to content

Releases: vijaykrpp/ip2geo-java

v1.0.0 Ip2Geo Java SDK.

26 Dec 08:21

Choose a tag to compare

First stable release of the Ip2Geo Java SDK.

Available on Maven Central:
com.ip2geoapi:ip2geo-java:1.0.0

v0.1.0 Ip2Geo Java SDK

25 Dec 05:19

Choose a tag to compare

🎉 Initial public release of the Ip2Geo Python SDK.

Features

  • IP geolocation (country, city, timezone, coordinates)
  • Network intelligence (ISP, ASN, organization)
  • Security intelligence included by default:
    • VPN detection
    • Proxy detection
    • TOR detection
    • Hosting / ASN classification
    • Trust score & risk level
  • Supports JSON, XML, YAML, and JSONP responses
  • Auto-detects client IP when no IP is provided

Installation

This SDK uses Java 11+ and Maven.

<dependency>
  <groupId>com.ip2geo</groupId>
  <artifactId>ip2geo-java</artifactId>
  <version>0.1.0</version>
</dependency>

Docs

API Docs: https://ip2geoapi.com/documentation/