Translation components API.

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

GET /api/translations/fedora-sysv/chkconfig/vi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 109,
    "total_words": 645,
    "total_chars": 4215,
    "last_change": "2024-02-10T16:37:30.465810Z",
    "recent_changes": 1,
    "translated": 66,
    "translated_words": 344,
    "translated_percent": 60.5,
    "translated_words_percent": 53.3,
    "translated_chars": 2064,
    "translated_chars_percent": 48.9,
    "fuzzy": 11,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 10.5,
    "fuzzy_chars": 557,
    "fuzzy_chars_percent": 13.2,
    "failing": 0,
    "failing_percent": 0.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": 4,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://translate.fedoraproject.org/projects/fedora-sysv/chkconfig/vi/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-sysv/chkconfig/vi/"
}