REST API v1
API для разработчиков
Каждый инструмент доступен через REST API. 1000 бесплатных запросов в месяц.
Free
Free
- 1,000 requests/month
- All tools available
- 10 req/min rate limit
- 1 API key
- Community support
Popular
Developer
$19/mo
- 25,000 requests/month
- All tools available
- 60 req/min rate limit
- 3 API keys
- Webhooks
- Priority support
Professional
$49/mo
- 100,000 requests/month
- Bulk endpoints
- 120 req/min rate limit
- 10 API keys
- SLA 99.5%
- Dedicated support
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