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

# GET /stats/

`GET /stats/`

Fetch all Tournesol's public statistics.

## Query parameters

- `poll` string

## 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

---

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