---
title: "Stats"
description: "Overview metrics for the dashboard."
section: "API reference"
url: https://dravo.dev/docs/api/stats
---
# Stats

Overview metrics for the dashboard (posts this month, connected networks, queue,
success rate).

#### `GET /v1/stats`

Dashboard overview metrics for the current user.

**Auth:** Dashboard JWT only

Response `200`: Stats.

```json
{
  "posts_this_month": 42,
  "connected_networks": 4,
  "total_networks": 6,
  "queue_processing": 1,
  "success_rate": 0.98
}
```
