Translation components API.

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

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

{
    "total": 186,
    "total_words": 1786,
    "total_chars": 11902,
    "last_change": "2025-04-30T20:33:25.785800Z",
    "recent_changes": 0,
    "translated": 43,
    "translated_words": 180,
    "translated_percent": 23.1,
    "translated_words_percent": 10.0,
    "translated_chars": 1178,
    "translated_chars_percent": 9.8,
    "fuzzy": 6,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 95,
    "fuzzy_chars_percent": 0.7,
    "failing": 1,
    "failing_percent": 0.5,
    "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": "cs",
    "name": "Czech",
    "url": "https://translate.yunohost.org/projects/yunohost/landingpage/cs/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/landingpage/cs/"
}