AZcom is a family of tiny, fast, no-nonsense IT services — captchas, proxies, IP intelligence, uptime probes, and more — all on one dashboard, one billing page, one API key.
Every AZcom service ships with a REST API, a no-code dashboard, and pay-as-you-go billing. Use one, use them all — they compose.
Invisible-first, image-fallback, accessible. 120ms median solve. Works without third-party cookies.
220+ countries. Rotating or sticky sessions. SOCKS5, HTTPS, WireGuard.
Every flag you need on an IP in a single call. Updated every 15 minutes from 140+ feeds.
GET https://api.ipdata.info/v1/203.0.113.42 { "ip": "203.0.113.42", "country": "DE", "asn": "AS24940", "is_vpn": false, "is_tor": false, "is_proxy": false, "risk_score": 0.04 }
HTTP, TCP, DNS, ICMP, SSL-expiry. Alerts via Slack, Discord, SMS, webhook.
Browser fingerprint + IP forensics in one page. Paste-friendly JSON.
Every AZcom service runs on the same anycast fabric. 42ms p50 worldwide.
SMTP + HTTP. React email templates. Inbound parsing, bounces, DMARC reports.
Anycast authoritative DNS. Terraform provider. Free health-check failover.
Custom domains, deep-links, QR, UTM builder. Privacy-first analytics.
On-demand scans, TLS grade, cert expiry, CVE match. Perfect for onboarding flows.
Zero-knowledge. Self-destruct timers. CLI + web. Max 2GB per paste.
Inspect, retry, fan-out, sign. Local tunnel in 1 command. Built for dev loops.
Sign up once, get a single API key, and every AZcom service is instantly available. Same auth, same error shapes, same sane pagination — no matter which tool you hit.
import { AZcom } from "@azcom/sdk"; const az = new AZcom({ apiKey: process.env.AZCOM_KEY }); // look up an IP across every data feed const ip = await az.ipdata.lookup("203.0.113.42"); if (ip.risk_score > 0.6) { // send them through a captcha const challenge = await az.captcha.issue({ difficulty: "hard" }); return challenge.token; } // clean traffic — log and move on await az.isdownup.ping("https://mysite.io/auth");
Every service has its own free tier. Paid tier unlocks every tool at once. No per-seat tax. Cancel from the CLI.
Indie projects, prototypes, hobby side-things. Rate-limited but never crippled.
The goldilocks plan. All services unlocked, generous quotas, real support.
Volume commits, on-prem edge, SSO, dedicated IPs, annual contracts.
You didn't start a company to run a captcha farm. Wire up AZcom, get on with the interesting problems.