Translation components API.

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

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

{
    "total": 154,
    "total_words": 378,
    "total_chars": 2526,
    "last_change": "2024-04-10T09:33:29.945275Z",
    "recent_changes": 0,
    "translated": 56,
    "translated_words": 155,
    "translated_percent": 36.3,
    "translated_words_percent": 41.0,
    "translated_chars": 1007,
    "translated_chars_percent": 39.8,
    "fuzzy": 46,
    "fuzzy_percent": 29.8,
    "fuzzy_words": 111,
    "fuzzy_words_percent": 29.3,
    "fuzzy_chars": 797,
    "fuzzy_chars_percent": 31.5,
    "failing": 10,
    "failing_percent": 6.4,
    "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_stripe/fa/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_payment_stripe/fa/"
}