Translation components API.

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

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

{
    "total": 4486,
    "total_words": 21715,
    "total_chars": 132123,
    "last_change": "2023-10-21T03:06:51.759058Z",
    "recent_changes": 2,
    "translated": 1115,
    "translated_words": 5184,
    "translated_percent": 24.8,
    "translated_words_percent": 23.8,
    "translated_chars": 32095,
    "translated_chars_percent": 24.2,
    "fuzzy": 3259,
    "fuzzy_percent": 72.6,
    "fuzzy_words": 15729,
    "fuzzy_words_percent": 72.4,
    "fuzzy_chars": 95139,
    "fuzzy_chars_percent": 72.0,
    "failing": 3514,
    "failing_percent": 78.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.2,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 2,
    "code": "kn",
    "name": "Kannada",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/kn/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/kn/"
}