Translation components API.

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

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

{
    "total": 56,
    "total_words": 94,
    "total_chars": 723,
    "last_change": "2024-04-30T22:12:39.581681Z",
    "recent_changes": 0,
    "translated": 26,
    "translated_words": 33,
    "translated_percent": 46.4,
    "translated_words_percent": 35.1,
    "translated_chars": 218,
    "translated_chars_percent": 30.1,
    "fuzzy": 5,
    "fuzzy_percent": 8.9,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 10.6,
    "fuzzy_chars": 52,
    "fuzzy_chars_percent": 7.1,
    "failing": 1,
    "failing_percent": 1.7,
    "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": "ro",
    "name": "Romanian",
    "url": "https://translate.tryton.org/projects/tryton/account_consolidation/ro/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_consolidation/ro/"
}