ProxyTracer API
ProxyTracer is a sub-10ms, deterministic proxy, datacenter and VPN detection engine.
We process all IP evaluations entirely in-memory and drop the data the millisecond the request finishes. No shadow databases, no logging, and zero probabilistic guesswork. Just hard data to help you drop malicious traffic at the edge.
Schnellstart
Sie können die REST-API direkt mit jedem Standard-HTTP-Client abfragen. Übergeben Sie die Ziel-IP-Adresse im URL-Pfad und Ihren API-Schlüssel im Header Authorization.
Anfrage
curl -X GET "https://api.proxytracer.com/v1/check/109.80.100.3" \
-H "Authorization: Bearer proxy_······"Antwort
Unsere Engine priorisiert minimale Latenzbote und gibt ein vorhersagbares, flaches JSON-Objekt zurück. Prüfen Sie den Boolean-Wertproxy, um die Verbindung sofort zu blockieren oder herauszufordern.
{
"ip": "109.70.100.3",
"proxy": true
}Offizielle Integrationen
Wir bieten sofort einsetzbare Middleware und Interceptoren für die gängigsten Enterprise-Frameworks und Edge-Runtimes.
Für maximale Leistung und Sicherheit empfehlen wir dringend, ProxyTracer am Edge (Cloudflare, AWS oder Next.js) bereitzustellen, um schädliche Verbindungen abzuweisen, bevor sie Ihre Ursprungsserver erreichen.
Edge-Computing
| Platform | Environment | Integration Guide |
|---|---|---|
| Edge CDN | Cloudflare Workers | |
| Edge CDN | Lambda@Edge | |
| Edge Runtime | Middleware |
Backend-Laufzeiten
| Platform | Language | Integration Guide |
|---|---|---|
| Node.js | Express Middleware | |
| Go | net/http Handler | |
| Python | Django Middleware | |
| Python | BaseHTTPMiddleware | |
| C# | HTTP Middleware | |
| Java | HandlerInterceptor | |
| PHP | HTTP Middleware | |
| Ruby | Rack Middleware |