Translation components API.

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

GET /api/translations/xwiki-contrib/blog-translations/ro/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": "2019-02-08T15:14:23.876114Z",
    "recent_changes": 8,
    "translated": 143,
    "translated_words": 549,
    "translated_percent": 71.5,
    "translated_words_percent": 63.2,
    "translated_chars": 3210,
    "translated_chars_percent": 63.7,
    "fuzzy": 57,
    "fuzzy_percent": 28.5,
    "fuzzy_words": 319,
    "fuzzy_words_percent": 36.7,
    "fuzzy_chars": 1825,
    "fuzzy_chars_percent": 36.2,
    "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": "ro",
    "name": "Romanian",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/ro/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/blog-translations/ro/"
}