What's My IP

Your IP Address

Detecting...

�️ Your Browser & System Info

Browser: Detecting...
OS: Detecting...
Screen: Detecting...
Timezone: Detecting...
Language: Detecting...
Connection: Detecting...

🧑‍💻 Live API Explorer

Test our API endpoints directly in your browser:

GET /api/ip

Response:

Click "Test API" to see the response

Code Examples:

curl -s https://whatsmyip.no/api/ip
import requests
response = requests.get('https://whatsmyip.no/api/ip')
print(response.text)
fetch('https://whatsmyip.no/api/ip')
  .then(response => response.text())
  .then(ip => console.log(ip));
const https = require('https');
https.get('https://whatsmyip.no/api/ip', (res) => {
  let data = '';
  res.on('data', chunk => data += chunk);
  res.on('end', () => console.log(data));
});

🚀 Features

  • ✅ No API key required
  • ✅ Multiple response formats
  • ✅ Rate limited for stability
  • ✅ IPv4 and IPv6 support
  • ✅ CORS enabled
  • ✅ Always up-to-date

About What's My IP

What's My IP is a lightweight, privacy-respecting tool that instantly shows your public IP address. Perfect for developers, system administrators, and anyone who needs quick IP resolution.

Self-hosted, independent, and reliable — just the IP you need, when you need it.

0 Requests This Session