v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-0936575.8 KB
User Management

Get user statistics

Get annotation statistics for a specific user

get/users/statistics/{username}

Path parameters

usernamestring required
Example:contributor

The username to get statistics for

Response

User statistics

Example response

{
  "count": {
    "annotations": 42
  }
}