IP Proxy Detection

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

🔐 SecurityUNMONITORED
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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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 · 4On scheduleFULL DOCS ↗
On schedule — GET /check.php?ip=66.228.119.72&contact=AValidEmailAddress&format=json&flags=m awaits first probe
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

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.