Translation components API.

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

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

{
    "total": 4477,
    "total_words": 21675,
    "total_chars": 131909,
    "last_change": "2023-10-21T03:06:02.933243Z",
    "recent_changes": 2,
    "translated": 3055,
    "translated_words": 12600,
    "translated_percent": 68.2,
    "translated_words_percent": 58.1,
    "translated_chars": 76935,
    "translated_chars_percent": 58.3,
    "fuzzy": 1310,
    "fuzzy_percent": 29.2,
    "fuzzy_words": 8273,
    "fuzzy_words_percent": 38.1,
    "fuzzy_chars": 50085,
    "fuzzy_chars_percent": 37.9,
    "failing": 1410,
    "failing_percent": 31.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": "ca",
    "name": "Catalan",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/ca/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/ca/"
}