Translation components API.

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

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

{
    "total": 368,
    "total_words": 1918,
    "total_chars": 10948,
    "last_change": "2023-01-28T16:03:29.699178Z",
    "recent_changes": 2,
    "translated": 256,
    "translated_words": 1283,
    "translated_percent": 69.5,
    "translated_words_percent": 66.8,
    "translated_chars": 7308,
    "translated_chars_percent": 66.7,
    "fuzzy": 112,
    "fuzzy_percent": 30.4,
    "fuzzy_words": 635,
    "fuzzy_words_percent": 33.1,
    "fuzzy_chars": 3640,
    "fuzzy_chars_percent": 33.2,
    "failing": 255,
    "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": 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": "bn",
    "name": "Bengali",
    "url": "https://weblate.framasoft.org/projects/peertube-backstage/peertube-backstage-video/bn/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube-backstage/peertube-backstage-video/bn/"
}