NetUtils - Network Utilities Bundle
Why NetUtils? Most network APIs do ONE thing. NetUtils bundles 7 essential tools in a single API key. ENDPOINTS: - /subnet — Full subnet calculation from CIDR (mask, broadcast, host range, binary) - /subnet/split — Split a network into smaller subnets - /dns — DNS lookup for 10 record types (A, AAAA, MX, TXT, NS, SOA, SRV, CAA, CNAME, PTR) - /dns/reverse — Reverse DNS (PTR) from IP - /ip — IP…
NetUtils - Network Utilities Bundle endpoints
| Method | Endpoint | Description |
|---|---|---|
| subnet | ||
| GET |
subnetSplit /subnet/split |
Divide a CIDR block into smaller subnets |
| GET |
subnetCalc /subnet |
Calculate full subnet details from CIDR notation |
| dns | ||
| GET |
dnsLookup /dns |
DNS lookup for any record type: A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA, PTR |
| GET |
reverseDns /dns/reverse |
PTR record lookup from an IPv4 address |
| ip | ||
| GET |
ipInfo /ip |
IP validation, class detection, binary/hex/integer conversion |
| headers | ||
| GET |
headersCheck /headers |
Fetch HTTP response headers and get a security grade (A-D) based on security headers present |
| whois | ||
| GET |
whoisLookup /whois |
Domain registration info via RDAP: registrar, nameservers, dates, status |
NetUtils - Network Utilities Bundle pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / minute |
|
| PRO | $5 / month | 200 / hour |
|
| ULTRA | $15 / month | 500 / hour |
|
| MEGA | $50 / month | 2000 / hour |
|