Translation components API.

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

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

{
    "total": 163,
    "total_words": 531,
    "total_chars": 3248,
    "last_change": "2023-11-11T06:04:42.643688Z",
    "recent_changes": 1,
    "translated": 147,
    "translated_words": 491,
    "translated_percent": 90.1,
    "translated_words_percent": 92.4,
    "translated_chars": 3003,
    "translated_chars_percent": 92.4,
    "fuzzy": 9,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 25,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 156,
    "fuzzy_chars_percent": 4.8,
    "failing": 7,
    "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": 7,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.elementary.io/projects/mail/mail/cs/",
    "translate_url": "https://l10n.elementary.io/translate/mail/mail/cs/"
}