Translation components API.

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

GET /api/translations/tryton/account_payment/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 176,
    "total_words": 454,
    "total_chars": 2883,
    "last_change": "2024-04-30T22:17:48.500817Z",
    "recent_changes": 0,
    "translated": 21,
    "translated_words": 33,
    "translated_percent": 11.9,
    "translated_words_percent": 7.2,
    "translated_chars": 214,
    "translated_chars_percent": 7.4,
    "fuzzy": 62,
    "fuzzy_percent": 35.2,
    "fuzzy_words": 92,
    "fuzzy_words_percent": 20.2,
    "fuzzy_chars": 635,
    "fuzzy_chars_percent": 22.0,
    "failing": 47,
    "failing_percent": 26.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": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.tryton.org/projects/tryton/account_payment/cs/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_payment/cs/"
}