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.


Inicio Rápido

Puedes consultar la API REST directamente utilizando cualquier cliente HTTP estándar. Pasa la dirección IP de destino en la ruta de la URL y tu clave de API en el encabezado Authorization.

Petición

curl -X GET "https://api.proxytracer.com/v1/check/109.80.100.3" \ -H "Authorization: Bearer proxy_······"

Respuesta

Nuestro motor prioriza la baja latencia, devolviendo un objeto JSON plano y predecible. Evalúa el booleano proxy para bloquear o verificar la conexión instantanément.
{ "ip": "109.70.100.3", "proxy": true }

Integraciones Oficiales

Ofrecemos middleware e interceptores listos para usar en los frameworks empresariales y entornos Edge más comunes.

Para obtener el máximo rendimiento y seguridad, recomendamos enfáticamente implementar ProxyTracer en el Edge (Cloudflare, AWS o Next.js) para bloquear conexiones maliciosas antes de que lleguen a tus servidores de origen.

Computación en el Edge

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

Backend

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