https://github.com/mrminemeet/ipquery-kotlin
Kotlin library to query IP addresses using the https://ipQuery.io/ API
https://github.com/mrminemeet/ipquery-kotlin
api geoip ip library
Last synced: 4 months ago
JSON representation
Kotlin library to query IP addresses using the https://ipQuery.io/ API
- Host: GitHub
- URL: https://github.com/mrminemeet/ipquery-kotlin
- Owner: MrMinemeet
- License: mit
- Created: 2024-12-30T19:27:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T09:56:26.000Z (about 1 year ago)
- Last Synced: 2025-10-22T10:52:53.124Z (8 months ago)
- Topics: api, geoip, ip, library
- Language: Kotlin
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPQuery-Kotlin
[](./LICENSE)
[](https://github.com/MrMinemeet/IPQuery-Kotlin/releases/latest)

A Kotlin library for using the [ipquery.io](https://ipQuery.io/) service. This library allows you to query IP information from the IPQuery API with ease.
## Features
* Query own IP
* Query IP information
* Query bulk IP information
## How to use
You can either download the pre-compiled JAR file or build from source. Either way, you will need to include the JAR file in your project.
### Pre-Compiled JAR
Download the latest release from the [releases page](https://github.com/MrMinemeet/IPQuery-Kotlin/releases/latest)
### Build from source
Clone the repository and build using Gradle.
```shell
git clone https://github.com/MrMinemeet/IPQuery-Kotlin.git
cd ./IPQuery-Kotlin
./gradlew build
```
The *.jar* file will be located in the `build/libs` directory.
## Documentation
Please See the KDoc comments that are present in the source code.
---
# License
This project is licensed under the MIT License. For more information, please see the [LICENSE](./LICENSE) file.
## Important Information
This project is not affiliated with **IPQuery.io**. For more information, please visit their website at [ipquery.io](https://ipQuery.io/)