Translation components API.

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

GET /api/translations/xwiki-contrib/blog-translations/sk/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": "2018-07-26T07:36:06.887514Z",
    "recent_changes": 1,
    "translated": 142,
    "translated_words": 578,
    "translated_percent": 71.0,
    "translated_words_percent": 66.5,
    "translated_chars": 3374,
    "translated_chars_percent": 67.0,
    "fuzzy": 58,
    "fuzzy_percent": 29.0,
    "fuzzy_words": 290,
    "fuzzy_words_percent": 33.4,
    "fuzzy_chars": 1661,
    "fuzzy_chars_percent": 32.9,
    "failing": 81,
    "failing_percent": 40.5,
    "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": 0,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/sk/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/blog-translations/sk/"
}