Translation components API.

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

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

{
    "total": 196,
    "total_words": 451,
    "total_chars": 2819,
    "last_change": "2024-04-30T22:42:21.064912Z",
    "recent_changes": 0,
    "translated": 101,
    "translated_words": 174,
    "translated_percent": 51.5,
    "translated_words_percent": 38.5,
    "translated_chars": 1118,
    "translated_chars_percent": 39.6,
    "fuzzy": 39,
    "fuzzy_percent": 19.8,
    "fuzzy_words": 79,
    "fuzzy_words_percent": 17.5,
    "fuzzy_chars": 542,
    "fuzzy_chars_percent": 19.2,
    "failing": 22,
    "failing_percent": 11.2,
    "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": 75,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.tryton.org/projects/tryton/account_asset/tr/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_asset/tr/"
}