Translation components API.

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

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

{
    "total": 200,
    "total_words": 868,
    "total_chars": 5035,
    "last_change": "2021-01-19T12:38:41.040873Z",
    "recent_changes": 2,
    "translated": 180,
    "translated_words": 779,
    "translated_percent": 90.0,
    "translated_words_percent": 89.7,
    "translated_chars": 4531,
    "translated_chars_percent": 89.9,
    "fuzzy": 20,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 89,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 504,
    "fuzzy_chars_percent": 10.0,
    "failing": 14,
    "failing_percent": 7.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": 4,
    "comments": 0,
    "code": "zh",
    "name": "Chinese (Simplified)",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/zh/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/blog-translations/zh/"
}