Translation components API.

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

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

{
    "total": 226,
    "total_words": 2244,
    "total_chars": 13488,
    "last_change": "2023-08-24T03:05:38.339431Z",
    "recent_changes": 4,
    "translated": 63,
    "translated_words": 206,
    "translated_percent": 27.8,
    "translated_words_percent": 9.1,
    "translated_chars": 1228,
    "translated_chars_percent": 9.1,
    "fuzzy": 127,
    "fuzzy_percent": 56.1,
    "fuzzy_words": 1618,
    "fuzzy_words_percent": 72.1,
    "fuzzy_chars": 9672,
    "fuzzy_chars_percent": 71.7,
    "failing": 25,
    "failing_percent": 11.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/change-request-application-ui/ja/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/change-request-application-ui/ja/"
}