User management
Get user statistics
Get annotation statistics for a specific user
curl -X GET "https://robotoff.openfoodfacts.org/api/v1/users/statistics/contributor"
{
"count": {
"annotations": 42
}
}
Get annotation statistics for a specific user
curl -X GET "https://robotoff.openfoodfacts.org/api/v1/users/statistics/contributor"
{
"count": {
"annotations": 42
}
}