Stats
Get live landing stats
Lightweight live snapshot used by the public landing page (raw lines total, today, ingestion rate, active sources, dark web posts). Refreshed every ~2 min. Public endpoint (no authentication). Returns { "message": "Live stats not available" } when the cache is empty.
get/live-stats
Response
Live stats returned successfully.
Example response
{
"credentials_per_second_24h": 12.5,
"dark_web_posts_total": 1200000,
"leaks_7d": 50000000,
"leaks_total": 15000000000,
"raw_lines_7d": 100000000,
"raw_lines_total": 50000000000,
"sources_active": 42,
"sparkline_24h": [
100,
120,
90,
140,
110
],
"synced_at": "2025-01-15T10:30:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.