User management

Get user statistics

Get annotation statistics for a specific user

GET
/users/statistics/{username}

Path Parameters

usernamestring

The username to get statistics for

Response Body

curl -X GET "https://robotoff.openfoodfacts.org/api/v1/users/statistics/contributor"
{
  "count": {
    "annotations": 42
  }
}