Translation components API.

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

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

{
    "total": 3178,
    "total_words": 18477,
    "total_chars": 117137,
    "last_change": "2024-04-12T12:15:45.837389Z",
    "recent_changes": 0,
    "translated": 435,
    "translated_words": 2190,
    "translated_percent": 13.6,
    "translated_words_percent": 11.8,
    "translated_chars": 13781,
    "translated_chars_percent": 11.7,
    "fuzzy": 2207,
    "fuzzy_percent": 69.4,
    "fuzzy_words": 12504,
    "fuzzy_words_percent": 67.6,
    "fuzzy_chars": 79577,
    "fuzzy_chars_percent": 67.9,
    "failing": 2202,
    "failing_percent": 69.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.harmony.tf/projects/tfo/r1/zh_Hans/",
    "translate_url": "https://translate.harmony.tf/translate/tfo/r1/zh_Hans/"
}