Returns a single character indicating whether the IP is detected as malicious or suspicious.
This is a direct drop-in replacement for the legacy proxycheck.php API.
Free and unlimited — no API key required. Responses cached up to 30 days.
Also accessible at /lookup/:ip.
| Value | Meaning | Notes |
|---|---|---|
| Y | Listed | IP found on one or more detection lists. |
| N | Clean | IP not found on any detection list. |
| E | Error | Invalid IP or lookup failure. |
Y — do not check for "not N". An error response
(E) would incorrectly be treated as a positive detection if you use != 'N'.
Returns a detailed JSON object with ASN information and per-category detection flags.
Responses are cached for one day. API v2 is a subscription service available via
RapidAPI —
a valid X-RapidAPI-Key header is required.
| Field | Type | Description |
|---|---|---|
| ip | string | The queried IP address. |
| error | null|string | Null on success. Error message on failure. |
| asn.name | string | Organisation name from the routing registry. |
| asn.number | number | Autonomous System Number as an integer. |
| asn.network | string | Network base address for this ASN block. |
| asn.cidr | number | Prefix length of the ASN block. |
| detection.* | bool | Per-category detection flags — see Detections below. |
| suggestion | string | "block" if any detection flag is true, otherwise "allow". |
The detection object contains six boolean flags. suggestion is
"block" when any flag is true — use the individual flags to build your own logic.
Blackbox is a modern replacement for the now-discontinued proxy checking APIs
proxy.mind-media.com/block/ and shroomery.org/ythan/proxycheck.php.
The free v1 API is a direct continuation of the Shroomery.org project — a simple Y/N flag
for whether an IP is a likely proxy.
The rewrite added ASN-based detection (identifying entire hosting networks rather than individual IPs), Tor exit node data, cloud provider classification, Spamhaus integration, full IPv6 support, and the detailed v2 JSON format.
- my.ipinfo.app — Client IP detail page; uses Blackbox for VPN/proxy detection.
- IP-Lookup.org Proxy Checker — Web tool to check proxies, VPNs, and Tor nodes.
- SourceMod Blacklist/Whitelist Plugin — Game server plugin to block players by country or proxy status.
- FoxGate — Minecraft server proxy and firewall using Blackbox for connection filtering.
- XenForo Proxy Check Add-on — Blocks forum registrations from proxies and VPNs.
- IMC '21 Research Paper — "Residential Proxies: A Deep Dive into the Growing Anonymity Service."
Returns uptime, status, and server timestamp. No auth required.
The v1 API is free and unlimited. If it saves you time or keeps your service safer, consider supporting continued development.
♥ Donate