Translation components API.

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

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

{
    "total": 6,
    "total_words": 85,
    "total_chars": 476,
    "last_change": "2022-11-17T11:10:55.986383Z",
    "recent_changes": 6,
    "translated": 5,
    "translated_words": 84,
    "translated_percent": 83.3,
    "translated_words_percent": 98.8,
    "translated_chars": 471,
    "translated_chars_percent": 98.9,
    "fuzzy": 1,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 5,
    "fuzzy_chars_percent": 1.0,
    "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/xwiki-notifications-code-legacynotificationadministrationtranslations/ja/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-notifications-code-legacynotificationadministrationtranslations/ja/"
}