Translation components API.

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

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

{
    "total": 23,
    "total_words": 34,
    "total_chars": 187,
    "last_change": "2022-12-04T06:28:17.838923Z",
    "recent_changes": 6,
    "translated": 20,
    "translated_words": 29,
    "translated_percent": 86.9,
    "translated_words_percent": 85.2,
    "translated_chars": 159,
    "translated_chars_percent": 85.0,
    "fuzzy": 3,
    "fuzzy_percent": 13.0,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 14.7,
    "fuzzy_chars": 28,
    "fuzzy_chars_percent": 14.9,
    "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-platform/livedata-api/ja/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/livedata-api/ja/"
}