Translation components API.

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

GET /api/translations/xwiki-platform/image-style-ui/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 48,
    "total_words": 281,
    "total_chars": 1592,
    "last_change": "2023-09-07T03:06:05.858576Z",
    "recent_changes": 4,
    "translated": 39,
    "translated_words": 194,
    "translated_percent": 81.2,
    "translated_words_percent": 69.0,
    "translated_chars": 1076,
    "translated_chars_percent": 67.5,
    "fuzzy": 6,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 18.5,
    "fuzzy_chars": 305,
    "fuzzy_chars_percent": 19.1,
    "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": 2,
    "readonly_percent": 4.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/image-style-ui/ja/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/image-style-ui/ja/"
}