Translation components API.

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

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

{
    "total": 1367,
    "total_words": 8281,
    "total_chars": 53188,
    "last_change": "2024-12-20T11:40:04.597122Z",
    "recent_changes": 0,
    "translated": 678,
    "translated_words": 2675,
    "translated_percent": 49.5,
    "translated_words_percent": 32.3,
    "translated_chars": 17549,
    "translated_chars_percent": 32.9,
    "fuzzy": 81,
    "fuzzy_percent": 5.9,
    "fuzzy_words": 460,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 2940,
    "fuzzy_chars_percent": 5.5,
    "failing": 92,
    "failing_percent": 6.7,
    "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": 118,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-90/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-90/nb_NO/"
}