---
title: "Get live landing stats"
method: GET
path: "/live-stats"
tags: ["Stats"]
---

# Get live landing stats

`GET /live-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.

## Response `200`

Live stats returned successfully.

- union
  - LiveStatsResponse
    - `raw_lines_total` integer, required
    - `raw_lines_7d` integer, required
    - `leaks_total` integer, required
    - `leaks_7d` integer, required
    - `dark_web_posts_total` integer, required
    - `sources_active` integer, required
    - `credentials_per_second_24h` number, required
    - `sparkline_24h` integer[], required
    - `synced_at` string, required
  - StatsUnavailableResponse
    - `message` string, required

---

[API](https://skmtc.dev/leakradar/apis/leakradar-io-api.md) · [All operations](https://skmtc.dev/leakradar/apis/leakradar-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leakradar/leakradar-io-api/revisions/82a99c608e1a/schema)
