Translation components API.

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

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

{
    "total": 16,
    "total_words": 1454,
    "total_chars": 9003,
    "last_change": "2023-11-12T16:21:06.198076Z",
    "recent_changes": 3,
    "translated": 11,
    "translated_words": 328,
    "translated_percent": 68.7,
    "translated_words_percent": 22.5,
    "translated_chars": 1907,
    "translated_chars_percent": 21.1,
    "fuzzy": 4,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 1097,
    "fuzzy_words_percent": 75.4,
    "fuzzy_chars": 6887,
    "fuzzy_chars_percent": 76.4,
    "failing": 3,
    "failing_percent": 18.7,
    "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": "ru",
    "name": "Russian",
    "url": "https://weblate.framasoft.org/projects/framasoft/cgu/ru/",
    "translate_url": "https://weblate.framasoft.org/translate/framasoft/cgu/ru/"
}