Categorygithub.com/aasaam/ip-info-rest-api
repositorypackage
0.0.0-20250115115834-bebeded99831
Repository: https://github.com/aasaam/ip-info-rest-api.git
Documentation: pkg.go.dev

# README

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