Translation components API.

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

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

{
    "total": 200,
    "total_words": 868,
    "total_chars": 5035,
    "last_change": "2023-01-05T06:30:56.882870Z",
    "recent_changes": 35,
    "translated": 180,
    "translated_words": 772,
    "translated_percent": 90.0,
    "translated_words_percent": 88.9,
    "translated_chars": 4460,
    "translated_chars_percent": 88.5,
    "fuzzy": 3,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 31,
    "fuzzy_chars_percent": 0.6,
    "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": "ja",
    "name": "Japanese",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/ja/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/blog-translations/ja/"
}