Translation components API.

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

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

{
    "total": 111,
    "total_words": 342,
    "total_chars": 1982,
    "last_change": "2024-04-30T22:21:21.015921Z",
    "recent_changes": 0,
    "translated": 5,
    "translated_words": 7,
    "translated_percent": 4.5,
    "translated_words_percent": 2.0,
    "translated_chars": 37,
    "translated_chars_percent": 1.8,
    "fuzzy": 57,
    "fuzzy_percent": 51.3,
    "fuzzy_words": 101,
    "fuzzy_words_percent": 29.5,
    "fuzzy_chars": 595,
    "fuzzy_chars_percent": 30.0,
    "failing": 16,
    "failing_percent": 14.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": "bg",
    "name": "Bulgarian",
    "url": "https://translate.tryton.org/projects/tryton/stock_lot/bg/",
    "translate_url": "https://translate.tryton.org/translate/tryton/stock_lot/bg/"
}