Translation components API.

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

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

{
    "total": 74,
    "total_words": 176,
    "total_chars": 1149,
    "last_change": "2024-04-10T09:32:29.755322Z",
    "recent_changes": 0,
    "translated": 32,
    "translated_words": 47,
    "translated_percent": 43.2,
    "translated_words_percent": 26.7,
    "translated_chars": 323,
    "translated_chars_percent": 28.1,
    "fuzzy": 17,
    "fuzzy_percent": 22.9,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 13.0,
    "fuzzy_chars": 181,
    "fuzzy_chars_percent": 15.7,
    "failing": 8,
    "failing_percent": 10.8,
    "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_dunning/tr/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_dunning/tr/"
}