Translation components API.

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

GET /api/translations/mail/mail/it/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-07T10:19:55.705999Z",
    "recent_changes": 6,
    "translated": 80,
    "translated_words": 188,
    "translated_percent": 49.0,
    "translated_words_percent": 35.4,
    "translated_chars": 1139,
    "translated_chars_percent": 35.0,
    "fuzzy": 45,
    "fuzzy_percent": 27.6,
    "fuzzy_words": 135,
    "fuzzy_words_percent": 25.4,
    "fuzzy_chars": 890,
    "fuzzy_chars_percent": 27.4,
    "failing": 14,
    "failing_percent": 8.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": 38,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.elementary.io/projects/mail/mail/it/",
    "translate_url": "https://l10n.elementary.io/translate/mail/mail/it/"
}