Translation components API.

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

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

{
    "total": 47,
    "total_words": 260,
    "total_chars": 1554,
    "last_change": "2024-05-04T06:38:15.707957Z",
    "recent_changes": 0,
    "translated": 27,
    "translated_words": 119,
    "translated_percent": 57.4,
    "translated_words_percent": 45.7,
    "translated_chars": 694,
    "translated_chars_percent": 44.6,
    "fuzzy": 8,
    "fuzzy_percent": 17.0,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 21.5,
    "fuzzy_chars": 327,
    "fuzzy_chars_percent": 21.0,
    "failing": 2,
    "failing_percent": 4.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": 23,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.elementary.io/projects/desktop/sideload/it/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/sideload/it/"
}