Translation components API.

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

GET /api/translations/tryton/account_payment_stripe/bg/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:27.818047Z",
    "recent_changes": 0,
    "translated": 11,
    "translated_words": 33,
    "translated_percent": 7.1,
    "translated_words_percent": 8.7,
    "translated_chars": 216,
    "translated_chars_percent": 8.5,
    "fuzzy": 52,
    "fuzzy_percent": 33.7,
    "fuzzy_words": 124,
    "fuzzy_words_percent": 32.8,
    "fuzzy_chars": 888,
    "fuzzy_chars_percent": 35.1,
    "failing": 21,
    "failing_percent": 13.6,
    "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": "bg",
    "name": "Bulgarian",
    "url": "https://translate.tryton.org/projects/tryton/account_payment_stripe/bg/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_payment_stripe/bg/"
}