Translation components API.

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

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

{
    "total": 987,
    "total_words": 9913,
    "total_chars": 64716,
    "last_change": "2023-11-10T10:20:44.975313Z",
    "recent_changes": 4,
    "translated": 411,
    "translated_words": 4192,
    "translated_percent": 41.6,
    "translated_words_percent": 42.2,
    "translated_chars": 26999,
    "translated_chars_percent": 41.7,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 73,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 518,
    "fuzzy_chars_percent": 0.8,
    "failing": 30,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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-7/itsm-manual/pt_BR/",
    "translate_url": "http://translate.otrs.com/translate/otrs-7/itsm-manual/pt_BR/"
}