What is my IP?

Here is your IP address. You can also query this endpoint from command-line tools to retrieve the information in plain text or JSON.

IP Address: 216.73.216.66
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
City: Columbus
Country: United States (US)
Continent: North America (NA)
ASN: AS16509
Organization: Amazon.com, Inc.

Examples

You can use the following commands to get your visitor information in different formats:

Plain Text (Linux/macOS):

curl -H "Accept: text/plain" https://ip.tonesploit.com/

JSON (Linux/macOS):

curl -H "Accept: application/json" https://ip.tonesploit.com/

PowerShell (Windows):

Invoke-WebRequest -Headers @{Accept='application/json'} https://ip.tonesploit.com/ | Select-Object -ExpandProperty Content