Translation components API.

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

GET /api/translations/mobilizon/search-index/bn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 172,
    "total_words": 529,
    "total_chars": 3852,
    "last_change": "2023-07-14T15:02:20.767222Z",
    "recent_changes": 4,
    "translated": 39,
    "translated_words": 62,
    "translated_percent": 22.6,
    "translated_words_percent": 11.7,
    "translated_chars": 431,
    "translated_chars_percent": 11.1,
    "fuzzy": 29,
    "fuzzy_percent": 16.8,
    "fuzzy_words": 126,
    "fuzzy_words_percent": 23.8,
    "fuzzy_chars": 877,
    "fuzzy_chars_percent": 22.7,
    "failing": 15,
    "failing_percent": 8.7,
    "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": 4,
    "comments": 0,
    "code": "bn",
    "name": "Bengali",
    "url": "https://weblate.framasoft.org/projects/mobilizon/search-index/bn/",
    "translate_url": "https://weblate.framasoft.org/translate/mobilizon/search-index/bn/"
}