Translation components API.

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

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

{
    "total": 471,
    "total_words": 3627,
    "total_chars": 22505,
    "last_change": "2025-04-15T20:18:21.865138Z",
    "recent_changes": 0,
    "translated": 313,
    "translated_words": 1876,
    "translated_percent": 66.4,
    "translated_words_percent": 51.7,
    "translated_chars": 11649,
    "translated_chars_percent": 51.7,
    "fuzzy": 15,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 360,
    "fuzzy_words_percent": 9.9,
    "fuzzy_chars": 2158,
    "fuzzy_chars_percent": 9.5,
    "failing": 7,
    "failing_percent": 1.4,
    "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": "fi",
    "name": "Finnish",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/fi/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/fi/"
}