IP Data API

IP Data API — ipapi.is provides a comprehensive API for obtaining det…

🗺 Geo & MapsHEALTHYchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

IP Data API exposes ipapi.is provides a comprehensive API for obtaining detailed information on IP addresses, including geolocation, hosting provider data, and detection of VPNs, proxies, and abusive behavior. The API is designed for both developers and businesses, offering a user-friendly interface with a generous free tier for basic usage. We verified a keyless GET endpoint returning JSON (Geocoding). Check the provider docs for rate limits and terms before production use.

96HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 96 · healthy
Uptime history
99.02%90 days
100%30 days
124P50 · ms
2082P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 22 ms, slowest 2082 ms, most recent 108 ms.
Live response samplecaptured by our last successful check
GET https://api.ipapi.is/?q=32.5.140.2

{
  "ip": "32.5.140.2",
  "rir": "ARIN",
  "is_bogon": false,
  "is_mobile": false,
  "is_satellite": false,
  "is_crawler": false,
  "is_datacenter": false,
  "is_tor": false
}
Call itcurl · fetch · python
curl "https://api.ipapi.is/?q=32.5.140.2"
const res = await fetch("https://api.ipapi.is/?q=32.5.140.2");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.ipapi.is/?q=32.5.140.2")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /?q=32.5.140.2124 mschecked 2h ago
GET/?q=32.5.140.2PROBED

IP Data API — ipapi.is provides a comprehensive API for obtaining det…

GET/?limit=5

IP Data API root or index route.

GET/?page=1

IP Data API root or index route.

GET/html

Html — documented GET route.

GET/toon

Toon — documented GET route.

GET/text

Text — 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.

IP Data API: common questions

Is IP Data API free to use?

Yes — IP Data API is a free geo & maps API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does IP Data API need an API key?

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

Can I call IP Data API from the browser?

Yes — IP Data 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 IP Data API up right now?

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