Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-core-resources/zh/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": "2024-03-17T15:25:50.703049Z",
    "recent_changes": 18,
    "translated": 3453,
    "translated_words": 14582,
    "translated_percent": 76.9,
    "translated_words_percent": 67.2,
    "translated_chars": 88232,
    "translated_chars_percent": 66.8,
    "fuzzy": 1024,
    "fuzzy_percent": 22.8,
    "fuzzy_words": 7093,
    "fuzzy_words_percent": 32.6,
    "fuzzy_chars": 43677,
    "fuzzy_chars_percent": 33.0,
    "failing": 1264,
    "failing_percent": 28.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": "zh",
    "name": "Chinese (Simplified)",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/zh/"
}