Translation components API.

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

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

{
    "total": 347,
    "total_words": 1340,
    "total_chars": 8296,
    "last_change": "2024-05-03T08:09:57.445280Z",
    "recent_changes": 0,
    "translated": 153,
    "translated_words": 564,
    "translated_percent": 44.0,
    "translated_words_percent": 42.0,
    "translated_chars": 3481,
    "translated_chars_percent": 41.9,
    "fuzzy": 2,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 25,
    "fuzzy_chars_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 2.3,
    "readonly_words": 19,
    "readonly_words_percent": 1.4,
    "readonly_chars": 107,
    "readonly_chars_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://hosted.weblate.org/projects/kiss/strings/ko/",
    "translate_url": "https://hosted.weblate.org/translate/kiss/strings/ko/"
}