My IP address
MANPAGE: 2ip.my
2ip.my - terminal-style "my IP address" tool: check public IPv4/IPv6, run IP lookup (ISP/organization + ASN), and view your User-Agent.
https://2ip.my/- what is my IP / public IP checkerhttps://2ip.my/details- WebRTC leak test / ICE candidates / extended IP details
curl https://2ip.my/?format=ipcurl https://2ip.my/?format=json | jq
Minimal terminal-style service for sysadmins and developers. Shows your public IP address (external IP), IPv4/IPv6 when available, basic geolocation (country/city), ISP lookup, ASN lookup (AS number), and the User-Agent string. Useful for NAT/CGNAT checks, firewall allowlists, VPN/proxy routing, and verifying what a remote service sees.
WebRTC may expose local/public addresses via STUN (ICE candidates) even when you use a VPN or proxy. Open /details to see detected candidates and compare them with the current public IP to spot a WebRTC IP leak.
- Show my IP (plain text):
curl https://2ip.my/?format=ip - Get JSON (API for scripts):
curl https://2ip.my/?format=json | jq - WebRTC leak check: open DETAILS with VPN ON/OFF and compare:
https://2ip.my/details
IP, Location, ISP/Organization, ASN, Timezone, Coordinates, User-Agent.
"check IP", "my ip address", "IP details", "ISP check", "ASN lookup", "User-Agent checker", "WebRTC leak test".