Translation components API.

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

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

{
    "total": 1370,
    "total_words": 8329,
    "total_chars": 53581,
    "last_change": "2022-12-20T07:32:43.659041Z",
    "recent_changes": 2,
    "translated": 959,
    "translated_words": 4958,
    "translated_percent": 70.0,
    "translated_words_percent": 59.5,
    "translated_chars": 32238,
    "translated_chars_percent": 60.1,
    "fuzzy": 114,
    "fuzzy_percent": 8.3,
    "fuzzy_words": 822,
    "fuzzy_words_percent": 9.8,
    "fuzzy_chars": 5292,
    "fuzzy_chars_percent": 9.8,
    "failing": 97,
    "failing_percent": 7.0,
    "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": 161,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/bg/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/bg/"
}