Developer access
API waitlist for operational diagnostics
Programmatic access to the same DNS, SSL, uptime, blacklist, latency, and packet-loss checks that power the dashboard — for SaaS products, agencies, and infrastructure teams that need diagnostics inside their own workflows.
Calm, no-hype rolloutREST + JSONWebhook callbacks
Workflow
Infrastructure monitoring
- 1.DNS diagnostics API
- 2.SSL validation API
- 3.Operational reporting
Workflow
Gaming & streaming
- 1.Packet-loss API
- 2.Latency monitoring
- 3.Streaming stability workflow
Workflow
Security & reputation
- 1.Blacklist monitoring
- 2.VPN leak detection
- 3.Infrastructure alerts
Select the diagnostics you'd integrate first. Helps us prioritize.
We'll email you when API access opens. No marketing — operational updates only.
What the API will look like
Lightweight REST endpoints, JSON in / JSON out, optional webhook callbacks on status changes. Every endpoint mirrors a tool you can already run from the dashboard.
Uptime checkPOST/v1/uptime
Request
{ "url": "https://example.com", "regions": ["us-east", "eu-west"] }Response
{ "ok": true, "status": 200, "latency_ms": 184 }DNS lookupPOST/v1/dns
Request
{ "domain": "example.com", "types": ["A", "MX", "TXT"] }Response
{ "records": { "A": ["93.184.216.34"], "MX": [...] } }SSL certificatePOST/v1/ssl
Request
{ "host": "example.com" }Response
{ "issuer": "...", "expires_at": "2027-03-12T...", "days_left": 412 }Blacklist scanPOST/v1/blacklist
Request
{ "ip": "203.0.113.10" }Response
{ "listed_on": [], "checked": 42 }How the waitlist works
- 1. Register interest — tell us which APIs you'd use and roughly how much.
- 2. Track your status — your developer workspace shows queue position, status, and any updates.
- 3. Early access invites — we onboard small, focused batches so feedback loops stay tight.
- 4. Production access — keys, rate limits, and webhooks ship together with documentation.
No spam, no hype — operational updates only.