Translation components API.

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

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

{
    "total": 523,
    "total_words": 2202,
    "total_chars": 12946,
    "last_change": "2024-05-04T06:40:03.918256Z",
    "recent_changes": 0,
    "translated": 51,
    "translated_words": 205,
    "translated_percent": 9.7,
    "translated_words_percent": 9.3,
    "translated_chars": 1204,
    "translated_chars_percent": 9.3,
    "fuzzy": 61,
    "fuzzy_percent": 11.6,
    "fuzzy_words": 211,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 1245,
    "fuzzy_chars_percent": 9.6,
    "failing": 19,
    "failing_percent": 3.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": "be",
    "name": "Belarusian",
    "url": "https://l10n.elementary.io/projects/files/files/be/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/be/"
}