Translation components API.

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

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

{
    "total": 66,
    "total_words": 595,
    "total_chars": 3556,
    "last_change": "2022-12-04T08:36:03.614173Z",
    "recent_changes": 49,
    "translated": 47,
    "translated_words": 453,
    "translated_percent": 71.2,
    "translated_words_percent": 76.1,
    "translated_chars": 2709,
    "translated_chars_percent": 76.1,
    "fuzzy": 4,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 228,
    "fuzzy_chars_percent": 6.4,
    "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-platform-netflux-api/ja/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-platform-netflux-api/ja/"
}