Translation components API.

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

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

{
    "total": 1369,
    "total_words": 8349,
    "total_chars": 53782,
    "last_change": "2024-02-16T17:23:12.728651Z",
    "recent_changes": 0,
    "translated": 933,
    "translated_words": 4898,
    "translated_percent": 68.1,
    "translated_words_percent": 58.6,
    "translated_chars": 31653,
    "translated_chars_percent": 58.8,
    "fuzzy": 83,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 763,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 4890,
    "fuzzy_chars_percent": 9.0,
    "failing": 105,
    "failing_percent": 7.6,
    "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": 123,
    "comments": 0,
    "code": "sq",
    "name": "Albanian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-8/sq/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-8/sq/"
}