Translation components API.

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

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

{
    "total": 21,
    "total_words": 64,
    "total_chars": 430,
    "last_change": "2024-04-30T22:36:13.419369Z",
    "recent_changes": 0,
    "translated": 14,
    "translated_words": 40,
    "translated_percent": 66.6,
    "translated_words_percent": 62.5,
    "translated_chars": 263,
    "translated_chars_percent": 61.1,
    "fuzzy": 3,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 57,
    "fuzzy_chars_percent": 13.2,
    "failing": 2,
    "failing_percent": 9.5,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tryton.org/projects/tryton/account_payment_clearing/fa/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_payment_clearing/fa/"
}