Translation components API.

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

GET /api/translations/sssd/sssd-manpage-master/fr/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:33.472728Z",
    "recent_changes": 5,
    "translated": 1216,
    "translated_words": 13508,
    "translated_percent": 44.0,
    "translated_words_percent": 33.5,
    "translated_chars": 102232,
    "translated_chars_percent": 34.2,
    "fuzzy": 110,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 945,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 8113,
    "fuzzy_chars_percent": 2.7,
    "failing": 207,
    "failing_percent": 7.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": 137,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.fedoraproject.org/projects/sssd/sssd-manpage-master/fr/",
    "translate_url": "https://translate.fedoraproject.org/translate/sssd/sssd-manpage-master/fr/"
}