Translation components API.

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

GET /api/translations/desktop/sideload/es/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:11.768001Z",
    "recent_changes": 0,
    "translated": 37,
    "translated_words": 176,
    "translated_percent": 78.7,
    "translated_words_percent": 67.6,
    "translated_chars": 1030,
    "translated_chars_percent": 66.2,
    "fuzzy": 5,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 43,
    "fuzzy_words_percent": 16.5,
    "fuzzy_chars": 254,
    "fuzzy_chars_percent": 16.3,
    "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": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.elementary.io/projects/desktop/sideload/es/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/sideload/es/"
}