Translation components API.

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

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

{
    "total": 55,
    "total_words": 272,
    "total_chars": 1654,
    "last_change": "2024-01-30T10:52:30.327107Z",
    "recent_changes": 0,
    "translated": 54,
    "translated_words": 267,
    "translated_percent": 98.1,
    "translated_words_percent": 98.1,
    "translated_chars": 1622,
    "translated_chars_percent": 98.0,
    "fuzzy": 1,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 32,
    "fuzzy_chars_percent": 1.9,
    "failing": 1,
    "failing_percent": 1.8,
    "approved": 47,
    "approved_percent": 85.4,
    "approved_words": 244,
    "approved_words_percent": 89.7,
    "approved_chars": 1476,
    "approved_chars_percent": 89.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://hosted.weblate.org/projects/onionshare/onionshare-ios/zh_Hans/",
    "translate_url": "https://hosted.weblate.org/translate/onionshare/onionshare-ios/zh_Hans/"
}