Translation components API.

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

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

{
    "total": 52,
    "total_words": 262,
    "total_chars": 1806,
    "last_change": "2024-05-02T03:30:33.040163Z",
    "recent_changes": 0,
    "translated": 11,
    "translated_words": 28,
    "translated_percent": 21.1,
    "translated_words_percent": 10.6,
    "translated_chars": 171,
    "translated_chars_percent": 9.4,
    "fuzzy": 3,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 129,
    "fuzzy_chars_percent": 7.1,
    "failing": 1,
    "failing_percent": 1.9,
    "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": "hr",
    "name": "Croatian",
    "url": "https://l10n.elementary.io/projects/desktop/gala/hr/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/gala/hr/"
}