repositorypackage
0.0.0-20250115115834-bebeded99831
Repository: https://github.com/aasaam/ip-info-rest-api.git
Documentation: pkg.go.dev
# README
Guide
For see available options
docker run --rm ghcr.io/aasaam/ip-info-rest-api:latest run -h
Usage
$ curl -s http://127.0.0.1:4000/info/8.8.8.8 | jq
{
"IP": "8.8.8.8",
"IsValid": true,
"AutonomousSystemNumber": 15169,
"AutonomousSystemOrganization": "GOOGLE",
"City": "",
"CityGeoNameID": 0,
"Country": "US",
"LocationLatitude": 37.751,
"LocationLongitude": -97.822
}
Need more accurate data
- You can use commercial version for more accurate data.