Translation components API.

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

GET /api/translations/yunohost/admin/fr/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-05-23T18:13:49.080343Z",
    "recent_changes": 1,
    "translated": 469,
    "translated_words": 3616,
    "translated_percent": 99.5,
    "translated_words_percent": 99.6,
    "translated_chars": 22448,
    "translated_chars_percent": 99.7,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 57,
    "fuzzy_chars_percent": 0.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": "fr",
    "name": "French",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/fr/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/fr/"
}