Translation components API.

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

GET /api/translations/debian-edu-documentation/debian-edu-bullseye/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1165,
    "total_words": 20581,
    "total_chars": 152627,
    "last_change": "2024-02-19T14:21:41.936878Z",
    "recent_changes": 0,
    "translated": 1038,
    "translated_words": 18565,
    "translated_percent": 89.0,
    "translated_words_percent": 90.2,
    "translated_chars": 136014,
    "translated_chars_percent": 89.1,
    "fuzzy": 64,
    "fuzzy_percent": 5.4,
    "fuzzy_words": 1193,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 10524,
    "fuzzy_chars_percent": 6.8,
    "failing": 159,
    "failing_percent": 13.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": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://hosted.weblate.org/projects/debian-edu-documentation/debian-edu-bullseye/ja/",
    "translate_url": "https://hosted.weblate.org/translate/debian-edu-documentation/debian-edu-bullseye/ja/"
}