Translation components API.

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

GET /api/translations/candlepin/candlepin-4-3-hotfix/bn_IN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 366,
    "total_words": 2767,
    "total_chars": 16417,
    "last_change": "2024-01-25T07:01:59.831126Z",
    "recent_changes": 0,
    "translated": 140,
    "translated_words": 883,
    "translated_percent": 38.2,
    "translated_words_percent": 31.9,
    "translated_chars": 5164,
    "translated_chars_percent": 31.4,
    "fuzzy": 6,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 256,
    "fuzzy_chars_percent": 1.5,
    "failing": 13,
    "failing_percent": 3.5,
    "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": 13,
    "comments": 0,
    "code": "bn_IN",
    "name": "Bengali (India)",
    "url": "https://translate.fedoraproject.org/projects/candlepin/candlepin-4-3-hotfix/bn_IN/",
    "translate_url": "https://translate.fedoraproject.org/translate/candlepin/candlepin-4-3-hotfix/bn_IN/"
}