---
title: "GET /stats/"
method: GET
path: "/stats/"
tags: ["stats"]
---

# GET /stats/

`GET /stats/`

Fetch all Tournesol's public statistics.

## Response `200`

- Statistics — A representation of the Tournesol public statistics.
  - `active_users` ActiveUsersStatistics, required
    - `total` integer, required
    - `joined_last_month` integer, required
    - `joined_last_30_days` integer, required
  - `polls` PollStatistics[], required
    - `name` string, required
    - `compared_entities` ComparedEntitiesStatistics, required
      - `total` integer, required
      - `added_last_month` integer, required
      - `added_last_30_days` integer, required
    - `comparisons` ComparisonsStatistics, required
      - `total` integer, required
      - `added_last_month` integer, required
      - `added_last_30_days` integer, required
      - `added_current_week` integer, required

## Changes

- **2023-07-04** `b0f74d913a83` — 1 warning
  - deleted the `query` request parameter `poll`

[Change history](https://skmtc.dev/tournesol-app/apis/tournesol-api/changes/stats/get.md)

---

[API](https://skmtc.dev/tournesol-app/apis/tournesol-api.md) · [All operations](https://skmtc.dev/tournesol-app/apis/tournesol-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tournesol-app/tournesol-api/revisions/2b1b5960cdcd/schema)
