The Free IP
Geolocation API
Get IP details, geolocation, WHOIS, blacklist status, SSL certs, and more. No signup. No API key. Just send a GET request and get JSON back.
curl https://whatismyip.technology/api/me
{
"ip": "203.0.113.42",
"country": "United States",
"city": "Dallas",
"isp": "AT&T Internet Services",
"proxy": false,
"hosting": false
}7 Endpoints, Zero Friction
Every endpoint returns JSON. Every endpoint uses GET. None of them need an API key.
/api/me
Your IP address, location, ISP, VPN detection. Auto-detected from the request.
/api/ip-lookup
Full geolocation for any IP address in the world. Same data as /api/me but for others.
/api/whois
WHOIS/RDAP data for any domain or IP. Registrar, dates, nameservers, abuse contact.
/api/blacklist
Check 15 DNSBLs for spam and abuse listings. Find out if your IP has a bad reputation.
/api/port-scan
Check if a TCP port is open on any host. 2.5 second timeout, blocks internal ranges.
/api/ssl-check
SSL certificate details, expiry dates, issuer info, SANs. Via Certificate Transparency.
/api/http-headers
See every HTTP header your client sends. User agent, accept headers, the whole lot.
Works With Everything
Pick your language. Copy the code. It works.
curl -s https://whatismyip.technology/api/me | jq .Part of Something Bigger
Three sites. One mission. Make networking tools and knowledge actually accessible.
whatismyip.technology
15 free browser tools. Check your IP, test your VPN, scan ports, inspect headers. No signup.
Wikiwhatismyip.wiki
48 articles explaining networking. IP addresses, DNS, VPNs, protocols. No corporate bias.
whatismyip.codes
You're here. The free IP geolocation API. 7 endpoints, zero friction.