Translation components API.

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

GET /api/translations/desktop/gala/ar/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:16.997463Z",
    "recent_changes": 0,
    "translated": 29,
    "translated_words": 99,
    "translated_percent": 55.7,
    "translated_words_percent": 37.7,
    "translated_chars": 709,
    "translated_chars_percent": 39.2,
    "fuzzy": 4,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 106,
    "fuzzy_chars_percent": 5.8,
    "failing": 6,
    "failing_percent": 11.5,
    "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": "ar",
    "name": "Arabic",
    "url": "https://l10n.elementary.io/projects/desktop/gala/ar/",
    "translate_url": "https://l10n.elementary.io/translate/desktop/gala/ar/"
}