Translation components API.

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

GET /api/translations/anaconda/f39/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1545,
    "total_words": 9383,
    "total_chars": 59916,
    "last_change": "2024-12-20T11:45:22.283373Z",
    "recent_changes": 0,
    "translated": 190,
    "translated_words": 709,
    "translated_percent": 12.2,
    "translated_words_percent": 7.5,
    "translated_chars": 4600,
    "translated_chars_percent": 7.6,
    "fuzzy": 92,
    "fuzzy_percent": 5.9,
    "fuzzy_words": 322,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 2178,
    "fuzzy_chars_percent": 3.6,
    "failing": 43,
    "failing_percent": 2.7,
    "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": 129,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f39/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f39/fa/"
}