Translation components API.

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

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

{
    "total": 869,
    "total_words": 10173,
    "total_chars": 66564,
    "last_change": "2025-03-29T16:46:07.689702Z",
    "recent_changes": 1,
    "translated": 697,
    "translated_words": 7783,
    "translated_percent": 80.2,
    "translated_words_percent": 76.5,
    "translated_chars": 51385,
    "translated_chars_percent": 77.1,
    "fuzzy": 26,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 617,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 3933,
    "fuzzy_chars_percent": 5.9,
    "failing": 14,
    "failing_percent": 1.6,
    "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": 14,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.yunohost.org/projects/yunohost/core/de/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/de/"
}