Translation components API.

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

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

{
    "total": 18,
    "total_words": 89,
    "total_chars": 587,
    "last_change": "2022-08-08T08:35:16.411408Z",
    "recent_changes": 3,
    "translated": 5,
    "translated_words": 14,
    "translated_percent": 27.7,
    "translated_words_percent": 15.7,
    "translated_chars": 104,
    "translated_chars_percent": 17.7,
    "fuzzy": 1,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 28,
    "fuzzy_chars_percent": 4.7,
    "failing": 0,
    "failing_percent": 0.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/mouse-touchpad-plug-extra/ko/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/mouse-touchpad-plug-extra/ko/"
}