REST API v1

API para Desarrolladores

Cada herramienta disponible como API REST. 1,000 solicitudes gratis por mes.

Free

Free
  • 1,000 requests/month
  • All tools available
  • 10 req/min rate limit
  • 1 API key
  • Community support
Get Free Key
Popular

Developer

$19/mo
  • 25,000 requests/month
  • All tools available
  • 60 req/min rate limit
  • 3 API keys
  • Webhooks
  • Priority support
Get Started

Professional

$49/mo
  • 100,000 requests/month
  • Bulk endpoints
  • 120 req/min rate limit
  • 10 API keys
  • SLA 99.5%
  • Dedicated support
Get Started

Quick Start

# DNS Lookup
curl -X POST https://netvizor.app/api/v1/dns/lookup \
  -H "X-API-Key: nv_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"target": "example.com"}'

# SSL Check
curl -X POST https://netvizor.app/api/v1/web/ssl \
  -H "X-API-Key: nv_live_your_api_key" \
  -d '{"target": "example.com"}'

# Port Scan
curl -X POST https://netvizor.app/api/v1/network/ports \
  -H "X-API-Key: nv_live_your_api_key" \
  -d '{"target": "8.8.8.8", "ports": [22, 80, 443]}'

Frequently Asked Questions

Can I switch plans at any time?
Yes, you can upgrade or downgrade at any time. Changes take effect immediately.
What happens when I exceed my monthly limit?
API requests will return a 429 status code. You can upgrade your plan or wait for the next billing cycle.
Do you offer annual discounts?
Yes, annual billing saves ~17%. Contact us for enterprise pricing on higher volumes.
Is there a rate limit?
Yes, each plan has a per-minute rate limit. Free: 10 req/min, Developer: 60 req/min, Professional: 120 req/min.

Need higher limits or custom pricing?

Contact Us