Translation components API.

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

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

{
    "total": 1367,
    "total_words": 8289,
    "total_chars": 53188,
    "last_change": "2024-12-20T11:40:06.439026Z",
    "recent_changes": 0,
    "translated": 102,
    "translated_words": 751,
    "translated_percent": 7.4,
    "translated_words_percent": 9.0,
    "translated_chars": 4891,
    "translated_chars_percent": 9.1,
    "fuzzy": 6,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 99,
    "fuzzy_chars_percent": 0.1,
    "failing": 6,
    "failing_percent": 0.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": 110,
    "comments": 0,
    "code": "nn",
    "name": "Norwegian Nynorsk",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-90/nn/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-90/nn/"
}