Translation components API.

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

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

{
    "total": 86,
    "total_words": 298,
    "total_chars": 1708,
    "last_change": "2024-06-16T05:15:51.226191Z",
    "recent_changes": 0,
    "translated": 36,
    "translated_words": 118,
    "translated_percent": 41.8,
    "translated_words_percent": 39.5,
    "translated_chars": 648,
    "translated_chars_percent": 37.9,
    "fuzzy": 8,
    "fuzzy_percent": 9.3,
    "fuzzy_words": 55,
    "fuzzy_words_percent": 18.4,
    "fuzzy_chars": 278,
    "fuzzy_chars_percent": 16.2,
    "failing": 2,
    "failing_percent": 2.3,
    "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": 28,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.elementary.io/projects/terminal/terminal/it/",
    "translate_url": "https://l10n.elementary.io/translate/terminal/terminal/it/"
}