Translation components API.

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

GET /api/translations/what-is-peertube-video/subtitles/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 51,
    "total_words": 221,
    "total_chars": 1328,
    "last_change": "2021-10-03T08:18:17.236444Z",
    "recent_changes": 10,
    "translated": 42,
    "translated_words": 191,
    "translated_percent": 82.3,
    "translated_words_percent": 86.4,
    "translated_chars": 1132,
    "translated_chars_percent": 85.2,
    "fuzzy": 9,
    "fuzzy_percent": 17.6,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 13.5,
    "fuzzy_chars": 196,
    "fuzzy_chars_percent": 14.7,
    "failing": 10,
    "failing_percent": 19.6,
    "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": 3,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://weblate.framasoft.org/projects/what-is-peertube-video/subtitles/ar/",
    "translate_url": "https://weblate.framasoft.org/translate/what-is-peertube-video/subtitles/ar/"
}