Translation components API.

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

GET /api/translations/otrs/user-manual/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1510,
    "total_words": 20824,
    "total_chars": 123988,
    "last_change": "2023-12-05T18:02:04.248555Z",
    "recent_changes": 2,
    "translated": 1415,
    "translated_words": 18893,
    "translated_percent": 93.7,
    "translated_words_percent": 90.7,
    "translated_chars": 112269,
    "translated_chars_percent": 90.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 32,
    "failing_percent": 2.1,
    "approved": 55,
    "approved_percent": 3.6,
    "approved_words": 116,
    "approved_words_percent": 0.5,
    "approved_chars": 789,
    "approved_chars_percent": 0.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://translate.otrs.com/projects/otrs/user-manual/pt_BR/",
    "translate_url": "http://translate.otrs.com/translate/otrs/user-manual/pt_BR/"
}