Translation components API.

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

GET /api/translations/xwiki-contrib/blog-translations/pl/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": "2020-03-05T10:31:59.054529Z",
    "recent_changes": 66,
    "translated": 117,
    "translated_words": 495,
    "translated_percent": 58.5,
    "translated_words_percent": 57.0,
    "translated_chars": 2844,
    "translated_chars_percent": 56.4,
    "fuzzy": 83,
    "fuzzy_percent": 41.5,
    "fuzzy_words": 373,
    "fuzzy_words_percent": 42.9,
    "fuzzy_chars": 2191,
    "fuzzy_chars_percent": 43.5,
    "failing": 96,
    "failing_percent": 48.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": 7,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/pl/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-contrib/blog-translations/pl/"
}