Show your Sentinel security score anywhere — a README badge, a website widget, or raw API access. Pick a category, copy the snippet, done.
READMEs · Dashboards · Docs
A live SVG badge that shows your latest Sentinel grade — updated automatically after each scan. Customize style, color, label and logo.
Websites · Blogs · Status pages
A rich, self-contained score card you can drop into any page via iframe or a single <script> tag. Auto-resizes, follows your theme, and supports the gated PRO tier.
Automation · Custom integrations
Every public endpoint in one reference: SVG badges, JSON status, embed HTML, live stats and synchronous quick scans — all CORS-open and rate-limited.
All public endpoints are CORS-open, rate-limited per IP, and need no authentication. Copy a curl command and run it.
Shields-compatible SVG badge with the domain's latest grade, score and color. Perfect for READMEs, docs and dashboards.
curl -L "https://sbscanner.pro-sub.org/api/badge/example.com"Structured JSON with grade, score, color, label and staleness — the same data the SVG is built from.
curl -s "https://sbscanner.pro-sub.org/api/badge/status/example.com"Self-contained HTML widget card (score, grade, severity counts). Supports theme, compact and tier=pro (verified domains only).
curl -s "https://sbscanner.pro-sub.org/api/embed/example.com?theme=dark&tier=pro"Drop-in <script> embed that injects the widget iframe and auto-resizes it via postMessage — zero extra code needed.
curl -s "https://sbscanner.pro-sub.org/api/embed/widget.js?domain=example.com"Aggregate dataset — % of scanned domains missing CSP, HSTS, DMARC and more. Powers the /data truth page.
curl -s "https://sbscanner.pro-sub.org/api/public/stats"Runs Tier 1 checks (DNS, SSL, HTTP headers) synchronously in Node.js and returns findings immediately.
curl -s -X POST "https://sbscanner.pro-sub.org/api/public/quick-scan" -H "Content-Type: application/json" -d '{"domain":"example.com"}'All newsroom posts as JSON — title, slug, category, date and excerpt. Great for custom feeds and headless consumption.
curl -s "https://sbscanner.pro-sub.org/api/public/posts"The blog's dynamic RSS 2.0 feed. Point any feed reader or podcast app at it.
curl -s "https://sbscanner.pro-sub.org/api/public/feed" | head -20Personal API tokens, agent tokens and webhooks live in your dashboard. The endpoints above are public — the rest is one login away.
All examples use example.com — replace it with your own scanned domain.