Translation components API.

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

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

{
    "total": 385,
    "total_words": 1895,
    "total_chars": 12344,
    "last_change": "2023-11-28T21:13:37.684606Z",
    "recent_changes": 4,
    "translated": 384,
    "translated_words": 1894,
    "translated_percent": 99.7,
    "translated_words_percent": 99.9,
    "translated_chars": 12341,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "readonly_words": 6,
    "readonly_words_percent": 0.3,
    "readonly_chars": 35,
    "readonly_chars_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://hosted.weblate.org/projects/mailcleaner/user-interface/pt_BR/",
    "translate_url": "https://hosted.weblate.org/translate/mailcleaner/user-interface/pt_BR/"
}