---
title: "Get user statistics"
method: GET
path: "/users/statistics/{username}"
tags: ["User Management"]
---

# Get user statistics

`GET /users/statistics/{username}`

Get annotation statistics for a specific user

## Path parameters

- `username` string, required

## Response `200`

User statistics

- object
  - `count` object
    - `annotations` integer — Number of annotations made by the user

---

[API](https://skmtc.net/openfoodfacts/apis/api-reference.md) · [All operations](https://skmtc.net/openfoodfacts/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/api-reference/versions/23d26c6d55e6/schema)
