Translation components API.

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

GET /api/translations/xwiki-contrib/blog-translations/tr/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-12-07T12:08:39.239927Z",
    "recent_changes": 21,
    "translated": 147,
    "translated_words": 628,
    "translated_percent": 73.5,
    "translated_words_percent": 72.3,
    "translated_chars": 3681,
    "translated_chars_percent": 73.1,
    "fuzzy": 53,
    "fuzzy_percent": 26.5,
    "fuzzy_words": 240,
    "fuzzy_words_percent": 27.6,
    "fuzzy_chars": 1354,
    "fuzzy_chars_percent": 26.8,
    "failing": 64,
    "failing_percent": 32.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": 12,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/tr/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/blog-translations/tr/"
}