Translation components API.

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

GET /api/translations/xwiki-rendering/content-macro/zh/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7,
    "total_words": 45,
    "total_chars": 294,
    "last_change": "2023-02-01T03:30:04.940915Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 13,
    "translated_percent": 57.1,
    "translated_words_percent": 28.8,
    "translated_chars": 76,
    "translated_chars_percent": 25.8,
    "fuzzy": 1,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 46.6,
    "fuzzy_chars": 132,
    "fuzzy_chars_percent": 44.8,
    "failing": 0,
    "failing_percent": 0.0,
    "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": "zh",
    "name": "Chinese (Simplified)",
    "url": "https://l10n.xwiki.org/projects/xwiki-rendering/content-macro/zh/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-rendering/content-macro/zh/"
}