IP Proxy Detection

IP Proxy Detection — GetIPIntel.net provides a free API that detects proxy, …

🔐 SecurityHEALTHYchecked 9h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

IP Proxy Detection exposes getIPIntel.net provides a free API that detects proxy, VPN, and malicious IP addresses to prevent fraud and abuse on online platforms. It uses advanced algorithms to analyze IP behavior and issue a probability score indicating the likelihood of an IP being fraudulent or abusive. We verified a keyless GET endpoint returning JSON (Security). 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
100%90 days
100%30 days
323P50 · ms
706P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 82 ms, slowest 613 ms, most recent 198 ms.
Live response samplecaptured by our last successful check
GET http://check.getipintel.net/check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=m

{
  "status": "error",
  "result": "-6",
  "message": "You did not provide any contact information with your query or the contact information is invalid. Please provide a valid email address that can send and receive email.",
  "queryIP": "66.228.119.72",
  "queryFlags": "m",
  "queryOFlags": null,
  "queryFormat": "json",
  "contact": "AValidEmailAddress"
}
Call itcurl · fetch · python
curl "http://check.getipintel.net/check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=m"
const res = await fetch("http://check.getipintel.net/check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=m");
const data = await res.json();
console.log(data);
import requests

res = requests.get("http://check.getipintel.net/check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=m")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 4HealthyFULL DOCS ↗
Monitored path responding — GET /check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=m323 mschecked 9h ago
GET/check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=mPROBED

IP Proxy Detection — GetIPIntel.net provides a free API that detects proxy, …

GET/check.php?limit=5

Check Php — documented GET route.

GET/check.php?page=1

Check Php — documented GET route.

GET/check.php?ip=10.10.10.10,8.8.8.8&contact=AValidEmailAddress&format=json

Check Php — 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 Proxy Detection: common questions

Is IP Proxy Detection free to use?

Yes — IP Proxy Detection is a free security API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does IP Proxy Detection need an API key?

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

Can I call IP Proxy Detection from the browser?

Not directly — IP Proxy Detection doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is IP Proxy Detection up right now?

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