My IP address

216.73.216.220
Location
United States, Columbus
ISP / Organization
Amazon.com, Inc.
ASN
AS16509
Timezone
no data
User-Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

MANPAGE: 2ip.my

NAME

2ip.my - terminal-style "my IP address" tool: check public IPv4/IPv6, run IP lookup (ISP/organization + ASN), and view your User-Agent.

SYNOPSIS
Browser
  • https://2ip.my/ - what is my IP / public IP checker
  • https://2ip.my/details - WebRTC leak test / ICE candidates / extended IP details
CLI / API
  • curl https://2ip.my/?format=ip
  • curl https://2ip.my/?format=json | jq
DESCRIPTION

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 LEAK TEST

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.

EXAMPLES
  • 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
OUTPUT

IP, Location, ISP/Organization, ASN, Timezone, Coordinates, User-Agent.

SEE ALSO

"check IP", "my ip address", "IP details", "ISP check", "ASN lookup", "User-Agent checker", "WebRTC leak test".