Skip to content

aasaam/ip-info-rest-api

Repository files navigation

IP Information REST API

Simple REST API server for get IP information

build Go Report Card docker License maxmind

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

aasaam software development group
aasaam software development group

About

Simple REST API server for get IP information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages