Translation components API.

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

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

{
    "total": 20,
    "total_words": 57,
    "total_chars": 350,
    "last_change": "2024-04-30T22:30:19.410113Z",
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 28,
    "translated_percent": 65.0,
    "translated_words_percent": 49.1,
    "translated_chars": 176,
    "translated_chars_percent": 50.2,
    "fuzzy": 2,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 18,
    "fuzzy_chars_percent": 5.1,
    "failing": 1,
    "failing_percent": 5.0,
    "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": 1,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.tryton.org/projects/tryton/account_dunning_email/tr/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_dunning_email/tr/"
}