WhatIsMyIP API

WhatIsMyIP API — Returns IP, geolocation, and WHOIS domain data

📚 Open DataHEALTHYchecked 7h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

WhatIsMyIP API exposes returns IP, geolocation, and WHOIS domain data We verified a keyless GET endpoint returning JSON (Communication & Identity). Check the provider docs for rate limits and terms before production use.

98HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 98 · healthy
Uptime history
100%90 days
100%30 days
227P50 · ms
672P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 87 ms, slowest 478 ms, most recent 128 ms.
Live response samplecaptured by our last successful check
GET https://www.whatismyip.net/geoip/?ip=46.1.3.138%3C/code%3E%3C/span%3E

{
  "ip": "46.1.3.138",
  "hostname": "46-1-3-138.milleni.com.tr",
  "city": "Karasu",
  "state": "Sakarya",
  "country": "TR",
  "organization": "",
  "timezone": "Europe/Istanbul",
  "local_time": "12:19 am"
}
Call itcurl · fetch · python
curl "https://www.whatismyip.net/geoip/?ip=46.1.3.138%3C/code%3E%3C/span%3E"
const res = await fetch("https://www.whatismyip.net/geoip/?ip=46.1.3.138%3C/code%3E%3C/span%3E");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.whatismyip.net/geoip/?ip=46.1.3.138%3C/code%3E%3C/span%3E")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /geoip/?ip=46.1.3.138%3C/code%3E%3C/span%3E227 mschecked 7h ago
GET/geoip/?ip=46.1.3.138%3C/code%3E%3C/span%3EPROBED

WhatIsMyIP API — Returns IP, geolocation, and WHOIS domain data

GET/geoip/?limit=5

Geoip — documented GET route.

GET/geoip/?page=1

Geoip — documented GET route.

GET/ip/%3C/code%3E%3C/span%3E

Span%3E — documented GET route.

GET/geoip/%3C/code%3E%3C/span%3E

Span%3E — documented GET route.

GET/whois/?domain=whatismyip.net%3C/code%3E%3C/span%3E

Whois — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

WhatIsMyIP API: common questions

Is WhatIsMyIP API free to use?

Yes — WhatIsMyIP API is a free open data API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does WhatIsMyIP API need an API key?

No — WhatIsMyIP API needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call WhatIsMyIP API from the browser?

Yes — WhatIsMyIP API returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is WhatIsMyIP API up right now?

As of our last scheduled check, WhatIsMyIP API is healthy with 100% uptime over 90 days and a 227 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.