Translation components API.

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

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

{
    "total": 357,
    "total_words": 2636,
    "total_chars": 17573,
    "last_change": "2024-05-16T08:24:39.470059Z",
    "recent_changes": 0,
    "translated": 132,
    "translated_words": 833,
    "translated_percent": 36.9,
    "translated_words_percent": 31.6,
    "translated_chars": 5632,
    "translated_chars_percent": 32.0,
    "fuzzy": 27,
    "fuzzy_percent": 7.5,
    "fuzzy_words": 390,
    "fuzzy_words_percent": 14.7,
    "fuzzy_chars": 2782,
    "fuzzy_chars_percent": 15.8,
    "failing": 10,
    "failing_percent": 2.8,
    "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": 27,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://l10n.opensuse.org/projects/uyuni/backend/sv/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/backend/sv/"
}