Translation components API.

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

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

{
    "total": 2761,
    "total_words": 40268,
    "total_chars": 298722,
    "last_change": "2023-12-01T08:05:39.998905Z",
    "recent_changes": 5,
    "translated": 918,
    "translated_words": 7956,
    "translated_percent": 33.2,
    "translated_words_percent": 19.7,
    "translated_chars": 63580,
    "translated_chars_percent": 21.2,
    "fuzzy": 96,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 750,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 6650,
    "fuzzy_chars_percent": 2.2,
    "failing": 108,
    "failing_percent": 3.9,
    "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": 134,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.fedoraproject.org/projects/sssd/sssd-manpage-master/ja/",
    "translate_url": "https://translate.fedoraproject.org/translate/sssd/sssd-manpage-master/ja/"
}