Translation components API.

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

GET /api/translations/sssd/sssd-manpage-master/es/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:12.872041Z",
    "recent_changes": 6,
    "translated": 1774,
    "translated_words": 23887,
    "translated_percent": 64.2,
    "translated_words_percent": 59.3,
    "translated_chars": 175766,
    "translated_chars_percent": 58.8,
    "fuzzy": 146,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 1790,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 14593,
    "fuzzy_chars_percent": 4.8,
    "failing": 278,
    "failing_percent": 10.0,
    "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": 111,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/projects/sssd/sssd-manpage-master/es/",
    "translate_url": "https://translate.fedoraproject.org/translate/sssd/sssd-manpage-master/es/"
}