๐Ÿ›ฐ๏ธ Coming Soon โ€” Join the API beta

Meet ProbeDeck

One endpoint, every signal. Hit any URL โ€” get back WHOIS, DNS, SSL state, HTTP headers, detected tech stack, favicon and meta in a single REST call. Built for developers, distributed via RapidAPI Hub.

What it does

โœ“
One Endpoint, Every Signal

A single GET call returns a structured JSON document with everything we know about the target. No chaining four APIs and merging fields yourself.

โœ“
WHOIS, DNS, SSL

Registrar, creation/expiry, name servers, full record set, certificate chain with issuer, validity window and DNSSEC status.

โœ“
Headers + Detected Tech

Security headers, CSP, HSTS โ€” plus fingerprinting that names the CMS, framework, analytics and CDN behind the response.

โœ“
Favicon + Meta

Site icon as Base64 or URL, OG tags, Twitter cards, canonical URL โ€” everything a directory or scraper needs in one call.

โœ“
Sub-Second Response

Aggressive caching where it makes sense โ€” fresh probes where it doesn’t. P50 under 400 ms, P99 under 1.5 s for cached lookups.

โœ“
SSRF-Guarded by Default

Targets resolved before the request leaves the box. Private ranges, loopback, link-local and metadata endpoints rejected automatically.

ProbeDeck โ€” API
# Request
curl https://api.probedeck.dev/v1/probe?url=acme.com
# Response ยท 200 OK ยท 287ms
{
“url”: “https://acme.com”,
“whois”: {
“registrar”: “GoDaddy”,
“created”: “1995-08-14”,
“expires”: “2027-08-13”
},
“ssl”: {
“issuer”: “Let’s Encrypt”,
“valid_until”: “2026-09-12”,
“days_left”: 94
},
“tech”: [“WordPress”, “Cloudflare”]
}
Two channels, one product

Call it directly โ€” or subscribe through the Hub

Same API, two distribution channels โ€” pick the one that fits your stack.

api.probedeck.dev

The Endpoint

Direct REST API at api.probedeck.dev. Bring your own auth header, get back JSON. For teams who want a direct billing relationship.

โœ“ Predictable per-request pricing
โœ“ Custom rate limits + dedicated support
โœ“ Bring-your-own auth (Bearer + API key)
โœ“ Direct invoicing for finance teams
rapidapi.com/probedeck

The Hub

Subscribe on RapidAPI Hub. One marketplace billing for every API you already pay for โ€” and 5 million developers who’ll discover ProbeDeck while shopping.

โœ“ Free tier for testing & hobby projects
โœ“ One bill for ProbeDeck + every other API you use
โœ“ Auto-generated client SDKs in 10+ languages
โœ“ Switch tiers in seconds without contract changes
Join the API Beta โ†’

Launching soon ยท One endpoint, every signal ยท Built by Evolution IT Services