Translation components API.

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

GET /api/translations/fedora-sysv/chkconfig/uk/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:29.524468Z",
    "recent_changes": 2,
    "translated": 107,
    "translated_words": 616,
    "translated_percent": 98.1,
    "translated_words_percent": 95.5,
    "translated_chars": 4077,
    "translated_chars_percent": 96.7,
    "fuzzy": 2,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 138,
    "fuzzy_chars_percent": 3.2,
    "failing": 1,
    "failing_percent": 0.9,
    "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": 3,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.fedoraproject.org/projects/fedora-sysv/chkconfig/uk/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-sysv/chkconfig/uk/"
}