Users API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/users/Rand0m_Name_/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translated": 134,
    "suggested": 3,
    "uploaded": 0,
    "commented": 0,
    "languages": 1
}