Translation components API.

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

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

{
    "total": 191,
    "total_words": 607,
    "total_chars": 3571,
    "last_change": "2024-05-04T02:16:48.304865Z",
    "recent_changes": 0,
    "translated": 66,
    "translated_words": 146,
    "translated_percent": 34.5,
    "translated_words_percent": 24.0,
    "translated_chars": 813,
    "translated_chars_percent": 22.7,
    "fuzzy": 49,
    "fuzzy_percent": 25.6,
    "fuzzy_words": 160,
    "fuzzy_words_percent": 26.3,
    "fuzzy_chars": 965,
    "fuzzy_chars_percent": 27.0,
    "failing": 21,
    "failing_percent": 10.9,
    "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": 35,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.elementary.io/projects/code/code/bg/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/bg/"
}