Translation components API.

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

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

{
    "total": 523,
    "total_words": 2179,
    "total_chars": 12946,
    "last_change": "2024-05-04T06:40:04.445641Z",
    "recent_changes": 0,
    "translated": 268,
    "translated_words": 1030,
    "translated_percent": 51.2,
    "translated_words_percent": 47.2,
    "translated_chars": 6149,
    "translated_chars_percent": 47.4,
    "fuzzy": 173,
    "fuzzy_percent": 33.0,
    "fuzzy_words": 769,
    "fuzzy_words_percent": 35.2,
    "fuzzy_chars": 4664,
    "fuzzy_chars_percent": 36.0,
    "failing": 114,
    "failing_percent": 21.7,
    "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": 5,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.elementary.io/projects/files/files/bg/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/bg/"
}