Translation components API.

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

GET /api/translations/yast-cluster/master/ro/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 147,
    "total_words": 2041,
    "total_chars": 14683,
    "last_change": "2024-05-03T16:26:36.982828Z",
    "recent_changes": 5,
    "translated": 30,
    "translated_words": 93,
    "translated_percent": 20.4,
    "translated_words_percent": 4.5,
    "translated_chars": 701,
    "translated_chars_percent": 4.7,
    "fuzzy": 47,
    "fuzzy_percent": 31.9,
    "fuzzy_words": 199,
    "fuzzy_words_percent": 9.7,
    "fuzzy_chars": 1373,
    "fuzzy_chars_percent": 9.3,
    "failing": 17,
    "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": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://l10n.opensuse.org/projects/yast-cluster/master/ro/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-cluster/master/ro/"
}