Translation components API.

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

GET /api/translations/tryton/account_dunning/fa/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:26.871939Z",
    "recent_changes": 0,
    "translated": 64,
    "translated_words": 150,
    "translated_percent": 86.4,
    "translated_words_percent": 85.2,
    "translated_chars": 991,
    "translated_chars_percent": 86.2,
    "fuzzy": 5,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 50,
    "fuzzy_chars_percent": 4.3,
    "failing": 0,
    "failing_percent": 0.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": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tryton.org/projects/tryton/account_dunning/fa/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_dunning/fa/"
}