Skip to Content
DocumentationPage

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-Wert proxy, 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

PlatformEnvironmentIntegration Guide
CloudflareEdge CDNCloudflare Workers
AWSEdge CDNLambda@Edge
Next.jsEdge RuntimeMiddleware

Backend-Laufzeiten

PlatformLanguageIntegration Guide
ExpressNode.jsExpress Middleware
GoGonet/http Handler
DjangoPythonDjango Middleware
FastAPIPythonBaseHTTPMiddleware
ASP.NET CoreC#HTTP Middleware
Spring BootJavaHandlerInterceptor
LaravelPHPHTTP Middleware
Ruby on RailsRubyRack Middleware
Last updated on