Translation components API.

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

GET /api/translations/newpipe/strings/bn_BD/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 739,
    "total_words": 3683,
    "total_chars": 22820,
    "last_change": "2024-04-23T17:27:31.192979Z",
    "recent_changes": 0,
    "translated": 403,
    "translated_words": 1148,
    "translated_percent": 54.5,
    "translated_words_percent": 31.1,
    "translated_chars": 7445,
    "translated_chars_percent": 32.6,
    "fuzzy": 5,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 38,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 210,
    "fuzzy_chars_percent": 0.9,
    "failing": 13,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 25,
    "readonly_chars_percent": 0.1,
    "suggestions": 158,
    "comments": 0,
    "code": "bn_BD",
    "name": "Bengali (Bangladesh)",
    "url": "https://hosted.weblate.org/projects/newpipe/strings/bn_BD/",
    "translate_url": "https://hosted.weblate.org/translate/newpipe/strings/bn_BD/"
}