Translation components API.

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

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

{
    "total": 15,
    "total_words": 41,
    "total_chars": 288,
    "last_change": "2024-02-29T23:26:53.712367Z",
    "recent_changes": 0,
    "translated": 7,
    "translated_words": 9,
    "translated_percent": 46.6,
    "translated_words_percent": 21.9,
    "translated_chars": 66,
    "translated_chars_percent": 22.9,
    "fuzzy": 2,
    "fuzzy_percent": 13.3,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 14,
    "fuzzy_chars_percent": 4.8,
    "failing": 2,
    "failing_percent": 13.3,
    "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": "tr",
    "name": "Turkish",
    "url": "https://translate.tryton.org/projects/tryton/account_deposit/tr/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_deposit/tr/"
}