Translation components API.

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

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

{
    "total": 111,
    "total_words": 659,
    "total_chars": 4081,
    "last_change": "2023-07-27T05:46:24.005209Z",
    "recent_changes": 1,
    "translated": 98,
    "translated_words": 521,
    "translated_percent": 88.2,
    "translated_words_percent": 79.0,
    "translated_chars": 3158,
    "translated_chars_percent": 77.3,
    "fuzzy": 4,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 84,
    "fuzzy_chars_percent": 2.0,
    "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/installer/installer/ko/",
    "translate_url": "https://l10n.elementary.io/translate/installer/installer/ko/"
}