Translation components API.

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

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

{
    "total": 47,
    "total_words": 260,
    "total_chars": 1554,
    "last_change": "2024-05-04T06:38:16.936537Z",
    "recent_changes": 0,
    "translated": 40,
    "translated_words": 189,
    "translated_percent": 85.1,
    "translated_words_percent": 72.6,
    "translated_chars": 1114,
    "translated_chars_percent": 71.6,
    "fuzzy": 3,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 13.4,
    "fuzzy_chars": 207,
    "fuzzy_chars_percent": 13.3,
    "failing": 1,
    "failing_percent": 2.1,
    "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": "ko",
    "name": "Korean",
    "url": "https://l10n.elementary.io/projects/desktop/sideload/ko/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/sideload/ko/"
}