Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-core-resources/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4486,
    "total_words": 21698,
    "total_chars": 132067,
    "last_change": "2023-10-21T03:07:44.089340Z",
    "recent_changes": 2,
    "translated": 3512,
    "translated_words": 13973,
    "translated_percent": 78.2,
    "translated_words_percent": 64.3,
    "translated_chars": 85763,
    "translated_chars_percent": 64.9,
    "fuzzy": 875,
    "fuzzy_percent": 19.5,
    "fuzzy_words": 7048,
    "fuzzy_words_percent": 32.4,
    "fuzzy_chars": 42243,
    "fuzzy_chars_percent": 31.9,
    "failing": 1218,
    "failing_percent": 27.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.2,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/tr/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/tr/"
}