Translation components API.

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

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

{
    "total": 52,
    "total_words": 255,
    "total_chars": 1806,
    "last_change": "2024-05-02T03:30:19.992713Z",
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 37,
    "translated_percent": 25.0,
    "translated_words_percent": 14.5,
    "translated_chars": 243,
    "translated_chars_percent": 13.4,
    "fuzzy": 3,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 129,
    "fuzzy_chars_percent": 7.1,
    "failing": 2,
    "failing_percent": 3.8,
    "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": 1,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://l10n.elementary.io/projects/desktop/gala/bs/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/gala/bs/"
}