Translation components API.

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

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

{
    "total": 139,
    "total_words": 279,
    "total_chars": 1821,
    "last_change": "2024-04-30T22:18:39.566132Z",
    "recent_changes": 0,
    "translated": 67,
    "translated_words": 95,
    "translated_percent": 48.2,
    "translated_words_percent": 34.0,
    "translated_chars": 567,
    "translated_chars_percent": 31.1,
    "fuzzy": 49,
    "fuzzy_percent": 35.2,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 22.5,
    "fuzzy_chars": 487,
    "fuzzy_chars_percent": 26.7,
    "failing": 17,
    "failing_percent": 12.2,
    "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/production/bg/",
    "translate_url": "https://translate.tryton.org/translate/tryton/production/bg/"
}