πŸ‘»

WTF is my IP address?

You're using IPv4:
160.16.140.208
Your browser preferred using IPv4 but you also have an
You do not appear to have any IPv6 connectivity.

IPv4 details

πŸ‡―πŸ‡΅ Tokyo
Reverse DNS: tk2-406-44204.vs.sakura.ne.jp.
AS9370 (SAKURA Internet Inc.) ↝ More details on bgp.tools

Connection details

Source TCP port: 42762
TLS version: TLSv1.3

Raw HTTP request:
GET / HTTP/1.1
Host: ip.wtf
Connection: keep-alive
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="126", "Google Chrome";v="126"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
Accept-Language: en-US,en;q=0.9
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Sec-Fetch-Site: none
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Accept-Encoding: gzip, deflate, br, zstd

Number of requests over this connection: 1

Browser details

Date: toTimeString: 08:08:30 GMT+0900 (Japan Standard Time)Documentation for Date on MDN
window.screen: width: 800, height: 600Documentation for window.screen on MDN
navigator.connection: effectiveType: 4g, rtt: 100, downlink: 1.3Documentation for navigator.connection on MDN
navigator.getBattery(): charging: true, level: 1Documentation for navigator.getBattery() on MDN

WebRTC connection

Source IP address: 180.196.62.132 πŸ‡―πŸ‡΅
Source port: 45900
Warning: IP found via WebRTC differs to HTTP IP, potential leakage!Source IP address: 2402:6b00:ea1a:3100:9e6b:ff:fe5d:467e
Source port: 53615
Warning: IP found via WebRTC differs to HTTP IP, potential leakage!

ip.wtf API

You can query your IP address from the command line with the API:

$ curl ip.wtf
160.16.140.208

Or in JSON:

$ curl --json "" ip.wtf
{
  "ip": "160.16.140.208",
  "location": {
    "source": "GeoLite2-City",
    "continent": "AS",
    "continent_name": "Asia",
    "country": "JP",
    "country_name": "Japan",
    "region": "13",
    "region_name": "Tokyo",
    "city": "Tokyo",
    "latitude": 35.6836,
    "longitude": 139.7492,
    "accuracy_radius": 20,
    "timezone": {
      "name": "Asia/Tokyo"
    }
  },
  "as": {
    "number": 9370,
    "name": "SAKURA Internet Inc."
  }
}

More details...