Translation components API.

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

GET /api/translations/dnf5/libdnf5/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 336,
    "total_words": 2292,
    "total_chars": 14044,
    "last_change": "2024-06-18T02:49:18.485211Z",
    "recent_changes": 0,
    "translated": 228,
    "translated_words": 1521,
    "translated_percent": 67.8,
    "translated_words_percent": 66.3,
    "translated_chars": 9305,
    "translated_chars_percent": 66.2,
    "fuzzy": 58,
    "fuzzy_percent": 17.2,
    "fuzzy_words": 527,
    "fuzzy_words_percent": 22.9,
    "fuzzy_chars": 3188,
    "fuzzy_chars_percent": 22.7,
    "failing": 26,
    "failing_percent": 7.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": 16,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/projects/dnf5/libdnf5/cs/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf5/libdnf5/cs/"
}