Translation components API.

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

GET /api/translations/weblate/application/be/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3104,
    "total_words": 17499,
    "total_chars": 115196,
    "last_change": "2024-05-07T15:21:14.925305Z",
    "recent_changes": 9,
    "translated": 2147,
    "translated_words": 10936,
    "translated_percent": 69.1,
    "translated_words_percent": 62.4,
    "translated_chars": 72322,
    "translated_chars_percent": 62.7,
    "fuzzy": 718,
    "fuzzy_percent": 23.1,
    "fuzzy_words": 3949,
    "fuzzy_words_percent": 22.5,
    "fuzzy_chars": 26244,
    "fuzzy_chars_percent": 22.7,
    "failing": 71,
    "failing_percent": 2.2,
    "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": 1,
    "code": "be",
    "name": "Belarusian",
    "url": "https://hosted.weblate.org/projects/weblate/application/be/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/application/be/"
}