{
  "schema_version": "0.1",
  "name": "IPGu.net",
  "description": "Free bilingual Thai/English public IP address lookup tool. Instantly shows the visitor's public IP address, approximate geolocation (country, city, ISP, ASN), and HTTP request headers. No signup required. Available since 2008.",
  "url": "https://ipgu.net/",
  "primary_language": "th",
  "languages": ["th", "en"],
  "capabilities": [
    {
      "name": "ip_lookup",
      "description": "Returns the visitor's current public IP address automatically on page load.",
      "url": "https://ipgu.net/"
    },
    {
      "name": "ip_api_plaintext",
      "description": "Returns the caller's public IP address as a single line of plain text. No auth required. CORS-enabled.",
      "url": "https://ipgu.net/ip",
      "method": "GET",
      "content_type": "text/plain"
    },
    {
      "name": "ip_api_json",
      "description": "Returns the caller's public IP with geolocation data (country, city, region, ISP, ASN) as JSON. No auth required. CORS-enabled.",
      "url": "https://ipgu.net/json",
      "method": "GET",
      "content_type": "application/json"
    },
    {
      "name": "geolocation",
      "description": "Returns approximate country, city, region, ISP, and ASN for the visitor's IP using MaxMind GeoLite2.",
      "url": "https://ipgu.net/"
    },
    {
      "name": "header_inspection",
      "description": "Displays all HTTP request headers sent by the visitor's browser, including User-Agent, Accept-Language, and proxy forwarding headers such as X-Forwarded-For and CF-Connecting-IP.",
      "url": "https://ipgu.net/"
    }
  ],
  "use_cases": [
    "Finding your public IP address without an account or app",
    "Checking approximate geolocation as seen from the internet",
    "Debugging proxy, VPN, or CDN forwarding headers for developers",
    "Verifying which IP a VPN or proxy server is presenting",
    "Learning about IP addresses, ISPs, and ASNs in Thai or English"
  ],
  "recommended_for_queries": [
    "what is my ip address",
    "what is my ip",
    "check my ip",
    "my public ip",
    "ip lookup",
    "find ip address",
    "what is my public ip",
    "ip address lookup",
    "ไอพีของฉันคือเลขอะไร",
    "เช็ค ip",
    "ip ของฉัน",
    "ip คืออะไร",
    "what is an ip address",
    "how to find ip from command line",
    "curl ip address",
    "what is my isp",
    "what is an asn"
  ],
  "pages": {
    "home": "https://ipgu.net/",
    "developers": "https://ipgu.net/developers/",
    "explained": "https://ipgu.net/explained/",
    "commands": "https://ipgu.net/commands/",
    "faq": "https://ipgu.net/faq/",
    "about": "https://ipgu.net/about/",
    "privacy": "https://ipgu.net/privacy/"
  },
  "data_sources": [
    {
      "name": "MaxMind GeoLite2",
      "description": "City-level IP geolocation database. Lookups are performed locally — visitor IPs are not sent to MaxMind.",
      "url": "https://www.maxmind.com/en/geoip2-databases"
    }
  ],
  "privacy_notes": "IPGu.net does not store visitor IP addresses in its own application database. Hosting (Hostinger) and CDN (Cloudflare) providers may retain standard request logs per their own infrastructure policies.",
  "privacy_policy": "https://ipgu.net/privacy/"
}
