Translation components API.

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

GET /api/translations/anaconda/f34/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1358,
    "total_words": 8040,
    "total_chars": 51843,
    "last_change": "2024-12-20T13:53:16.609288Z",
    "recent_changes": 0,
    "translated": 997,
    "translated_words": 5367,
    "translated_percent": 73.4,
    "translated_words_percent": 66.7,
    "translated_chars": 34750,
    "translated_chars_percent": 67.0,
    "fuzzy": 70,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 393,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 2619,
    "fuzzy_chars_percent": 5.0,
    "failing": 62,
    "failing_percent": 4.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": 117,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f34/bg/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f34/bg/"
}