Translation components API.

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

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

{
    "total": 96,
    "total_words": 369,
    "total_chars": 2413,
    "last_change": "2024-02-07T12:08:40.162196Z",
    "recent_changes": 1,
    "translated": 88,
    "translated_words": 324,
    "translated_percent": 91.6,
    "translated_words_percent": 87.8,
    "translated_chars": 2110,
    "translated_chars_percent": 87.4,
    "fuzzy": 4,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 110,
    "fuzzy_chars_percent": 4.5,
    "failing": 1,
    "failing_percent": 1.0,
    "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/switchboard/switchboard-plug-security-privacy/ko/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-security-privacy/ko/"
}