IP Proxy Detection
IP Proxy Detection — GetIPIntel.net provides a free API that detects proxy, …
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.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
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"
}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
/check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=mPROBEDIP Proxy Detection — GetIPIntel.net provides a free API that detects proxy, …
/check.php?limit=5Check Php — documented GET route.
/check.php?page=1Check Php — documented GET route.
/check.php?ip=10.10.10.10,8.8.8.8&contact=AValidEmailAddress&format=jsonCheck Php — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
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?
IP Proxy Detection is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.