An open API service indexing awesome lists of open source software.

https://github.com/careydevelopment/ip-api

API that handles info retrieval based on an IP address.
https://github.com/careydevelopment/ip-api

Last synced: 9 months ago
JSON representation

API that handles info retrieval based on an IP address.

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# IP API
![](https://img.shields.io/badge/jdk-11-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.careydevelopment.util/ip-api/badge.svg)](https://search.maven.org/artifact/us.careydevelopment.util/ip-api/1.0.0-RELEASE/jar)

This package encapsulates IP address info lookups. It's built with the Spring framework, but accessible to non-Spring Java applications.

## Latest Release
You can pull it from the central Maven repositories:

```xml

us.careydevelopment.util
ip-api
1.0.0-RELEASE

```

## License
This code is under the [MIT License](https://github.com/careydevelopment/ip-api/blob/main/LICENSE).