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.
- Host: GitHub
- URL: https://github.com/careydevelopment/ip-api
- Owner: careydevelopment
- License: mit
- Created: 2021-07-29T22:48:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T10:46:11.000Z (almost 5 years ago)
- Last Synced: 2025-07-13T10:52:13.342Z (12 months ago)
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# IP API
 

[](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).