Translation components API.

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

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

{
    "total": 456,
    "total_words": 3569,
    "total_chars": 22210,
    "last_change": "2025-02-28T20:01:04.865911Z",
    "recent_changes": 2,
    "translated": 436,
    "translated_words": 3286,
    "translated_percent": 95.6,
    "translated_words_percent": 92.0,
    "translated_chars": 20566,
    "translated_chars_percent": 92.5,
    "fuzzy": 7,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 242,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 1390,
    "fuzzy_chars_percent": 6.2,
    "failing": 1,
    "failing_percent": 0.2,
    "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": 2,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/de/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/de/"
}