Translation components API.

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

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

{
    "total": 524,
    "total_words": 2191,
    "total_chars": 12962,
    "last_change": "2024-05-14T18:25:45.820130Z",
    "recent_changes": 1,
    "translated": 260,
    "translated_words": 1015,
    "translated_percent": 49.6,
    "translated_words_percent": 46.3,
    "translated_chars": 6077,
    "translated_chars_percent": 46.8,
    "fuzzy": 172,
    "fuzzy_percent": 32.8,
    "fuzzy_words": 764,
    "fuzzy_words_percent": 34.8,
    "fuzzy_chars": 4640,
    "fuzzy_chars_percent": 35.7,
    "failing": 80,
    "failing_percent": 15.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": 0,
    "comments": 0,
    "code": "ug",
    "name": "Uyghur",
    "url": "https://l10n.elementary.io/projects/files/files/ug/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/ug/"
}