Translation components API.

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

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

{
    "total": 1358,
    "total_words": 8086,
    "total_chars": 51843,
    "last_change": "2025-02-21T16:38:45.325993Z",
    "recent_changes": 0,
    "translated": 1101,
    "translated_words": 6256,
    "translated_percent": 81.0,
    "translated_words_percent": 77.3,
    "translated_chars": 40148,
    "translated_chars_percent": 77.4,
    "fuzzy": 16,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 224,
    "fuzzy_chars_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.1,
    "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": 290,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f34/ar/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f34/ar/"
}