What is my IP?

This page shows your IP address, browser user agent, and approximate location using GeoLite2 data from MaxMind. You can also query this endpoint from command-line tools to retrieve the information in plain text or JSON.

IP Address: 216.73.216.130
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)

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.sh/

JSON (Linux/macOS):

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

PowerShell (Windows):

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