What is my IP address?
216.73.216.246
Reverse PTR: 216.73.216.246
Location
Country: United States (US)
City: Columbus
GeoIP Location
Browser Location
WHOIS Information
Browser Information
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Request Headers
How can I get my public IP with curl?
Run curl https://myip1.com/raw to return only your public IP address. A JSON endpoint and examples for other programming languages are available on the API usage page.
#!/bin/bash myip=$(curl -s "https://myip1.com/raw") echo "$myip"
What is a public IP address?
A public IP address identifies your internet connection to websites and online services. It is assigned by your internet service provider and is different from the private IP addresses used by devices inside your home or office network.
Why is my IP location approximate?
IP geolocation estimates an area from network registration and routing data. It commonly identifies a country or region, but the city can be the location of an ISP network hub rather than your device. It does not reveal an exact street address.
What is the difference between IPv4 and IPv6?
IPv4 uses shorter addresses such as 203.0.113.42. IPv6 uses longer hexadecimal addresses and provides a much larger address space. Modern networks may use either protocol or both at the same time.
Can someone find my home address from my IP?
An IP address can reveal an approximate area and internet provider, but it does not provide a name or exact home address. Only the provider can associate an address with a subscriber, subject to its records and applicable legal process.
About myip1.com
myip1.com shows your current public IP address and provides approximate location, WHOIS network ownership, and DNS blacklist information. You can also look up another IP address or use the public IP API from scripts and applications.