Translation components API.

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

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

{
    "total": 4486,
    "total_words": 21698,
    "total_chars": 132067,
    "last_change": "2023-10-21T03:07:30.984092Z",
    "recent_changes": 2,
    "translated": 1099,
    "translated_words": 5151,
    "translated_percent": 24.4,
    "translated_words_percent": 23.7,
    "translated_chars": 31932,
    "translated_chars_percent": 24.1,
    "fuzzy": 3271,
    "fuzzy_percent": 72.9,
    "fuzzy_words": 15741,
    "fuzzy_words_percent": 72.5,
    "fuzzy_chars": 95214,
    "fuzzy_chars_percent": 72.0,
    "failing": 3520,
    "failing_percent": 78.4,
    "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": 0,
    "comments": 0,
    "code": "si",
    "name": "Sinhala",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/si/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/si/"
}