Domain Reputation API

Know if a domain
can be trusted.

One API call. Seven checks. Instant score.

bash
curl "https://domain.subtl.dev/v1/reputation?domain=example.com" \
  -H "Authorization: Bearer stl_..."

Seven checks. One score.

Every domain is evaluated across multiple security signals in real-time.

๐Ÿ”

WHOIS

Domain age & registrar

๐Ÿ“ก

DNS

MX, SPF & DMARC records

๐Ÿšซ

Blacklists

6 major threat lists

๐Ÿ”’

SSL

Certificate validation

๐Ÿ›ก๏ธ

Safe Browsing

Google threat check

๐Ÿ“œ

CT Logs

Certificate history

๐Ÿ“Š

Tranco

Top 1M rank

See what you get.

Rich, structured response with every signal broken down.

json
{
  "domain": "sketchy-store.xyz",
  "score": 18,
  "risk": "dangerous",
  "cached": false,
  "degraded": false,
  "details": {
    "whois": { "age_days": 12, "registrar": "Namecheap Inc." },
    "dns": { "has_mx": false, "has_spf": false, "has_dmarc": false },
    "blacklists": { "listed_count": 1, "checked_count": 6 },
    "safe_browsing": { "flagged": true },
    "ssl": { "valid": false },
    "ct_logs": { "certificate_count": 0 },
    "tranco": { "rank": null, "in_top_1m": false }
  }
}

Built for

โ†’ Blocking disposable email signups
โ†’ Verifying lead quality in sales pipelines
โ†’ Detecting phishing in security tools
โ†’ Flagging fraud in e-commerce orders

Simple pricing

Start free. Scale as you grow.

Free

$0

100 requests / month

10 requests / min

Get started

Starter

$19/mo

5,000 requests / month

30 requests / min

Coming soon

Business

$149/mo

100,000 requests / month

120 requests / min

Coming soon
Open source ยท 7 real-time checks ยท Free tier available ยท GitHub โ†’