What is my IP address?

hold on...

———.———.———.———
Scroll

What is my IP address?

Your IP address is a unique numerical label assigned to your device by your ISP. It identifies your device on the internet and reveals your approximate city, country, ISP, and network type. whatismyip.technology detects your public IP address instantly and shows you exactly what every website you visit can see about you.

The site provides 15 free network tools with no signup required: VPN leak test, DNS leak test, IP lookup, WHOIS, port scanner, DNS lookup, SSL certificate checker, ping test, subnet calculator, IPv6 test, blacklist check, HTTP headers viewer, reverse DNS, email header analyzer, and password generator. No data is logged or stored. Over 95% of VPN users are vulnerable to WebRTC IP leaks without knowing it.

15

free tools

99.9%

uptime

0

logs stored

100%

client-side tools

No

signup needed

free lookups

Full Analysis

Your IP is basically a name tag

Quick Lookup

Look up any IP or domain

Type an IP and get geo data. Type a domain and get WHOIS. We figure out which one it is.

Privacy

We don't log anything. Seriously.

Most IP lookup sites are in the data business. We're not. Here's exactly what happens when you use this site.

We see your IP once

Your IP hits our server, gets looked up, and that's it. We don't write it anywhere.

In memory only

The lookup runs in RAM. The moment your request is done, it's gone. No disk, no database, no log file.

Zero data stored

We have no database of users. No analytics that tie to you. Nothing to sell, nothing to breach.

Client-side tools stay client-side

The password generator, subnet calculator, and browser detection? Never leave your browser at all.

FAQ

Things people actually ask

Free API

One curl. All the data.

No API key. No account. No rate limit nonsense. Just hit the endpoint and get JSON back.

terminal
$curl https://whatismyip.technology/api/me
{
"ip": "203.0.113.42",
"country": "United States",
"countryCode": "US",
"city": "Dallas",
"region": "Texas",
"isp": "AT&T Internet Services",
"as": "AS7018",
"proxy": false,
"hosting": false,
"mobile": false
}