Translation components API.

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

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

{
    "total": 66,
    "total_words": 291,
    "total_chars": 1752,
    "last_change": null,
    "recent_changes": 0,
    "translated": 12,
    "translated_words": 17,
    "translated_percent": 18.1,
    "translated_words_percent": 5.8,
    "translated_chars": 110,
    "translated_chars_percent": 6.2,
    "fuzzy": 54,
    "fuzzy_percent": 81.8,
    "fuzzy_words": 274,
    "fuzzy_words_percent": 94.1,
    "fuzzy_chars": 1642,
    "fuzzy_chars_percent": 93.7,
    "failing": 45,
    "failing_percent": 68.1,
    "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/meetings-application/sk/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/meetings-application/sk/"
}