Translation components API.

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

GET /api/translations/dnf/dnf-master/sr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 884,
    "total_words": 4957,
    "total_chars": 32569,
    "last_change": "2024-06-08T13:36:53.149239Z",
    "recent_changes": 0,
    "translated": 413,
    "translated_words": 1615,
    "translated_percent": 46.7,
    "translated_words_percent": 32.5,
    "translated_chars": 10326,
    "translated_chars_percent": 31.7,
    "fuzzy": 19,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 129,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 771,
    "fuzzy_chars_percent": 2.3,
    "failing": 13,
    "failing_percent": 1.4,
    "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": 37,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-master/sr/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-master/sr/"
}