Translation components API.

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

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

{
    "total": 52,
    "total_words": 403,
    "total_chars": 2409,
    "last_change": "2021-07-02T15:11:04.669874Z",
    "recent_changes": 0,
    "translated": 50,
    "translated_words": 389,
    "translated_percent": 96.1,
    "translated_words_percent": 96.5,
    "translated_chars": 2321,
    "translated_chars_percent": 96.3,
    "fuzzy": 1,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 16,
    "fuzzy_chars_percent": 0.6,
    "failing": 3,
    "failing_percent": 5.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": 2,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Traditional)",
    "url": "https://translate.fedoraproject.org/projects/oscap-anaconda-addon/master/zh_TW/",
    "translate_url": "https://translate.fedoraproject.org/translate/oscap-anaconda-addon/master/zh_TW/"
}