Translation components API.

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

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

{
    "total": 75,
    "total_words": 256,
    "total_chars": 1440,
    "last_change": "2024-05-02T03:16:01.250364Z",
    "recent_changes": 0,
    "translated": 23,
    "translated_words": 80,
    "translated_percent": 30.6,
    "translated_words_percent": 31.2,
    "translated_chars": 415,
    "translated_chars_percent": 28.8,
    "fuzzy": 8,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 51,
    "fuzzy_words_percent": 19.9,
    "fuzzy_chars": 258,
    "fuzzy_chars_percent": 17.9,
    "failing": 1,
    "failing_percent": 1.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": 3,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://l10n.elementary.io/projects/terminal/terminal/bs/",
    "translate_url": "https://l10n.elementary.io/translate/terminal/terminal/bs/"
}