API Documentation

GET /api/ip

/api/ip?address=8.8.8.8
{
  "ip": "8.8.8.8",
  "country": "US",
  "asn": "AS15169",
  "org": "Google LLC"
}

GET /api/status

{
  "status": "ok"
}