Translation components API.

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

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

{
    "total": 876,
    "total_words": 10255,
    "total_chars": 67062,
    "last_change": "2025-05-18T16:20:45.061643Z",
    "recent_changes": 0,
    "translated": 484,
    "translated_words": 5067,
    "translated_percent": 55.2,
    "translated_words_percent": 49.4,
    "translated_chars": 33464,
    "translated_chars_percent": 49.9,
    "fuzzy": 61,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 1316,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 8445,
    "fuzzy_chars_percent": 12.5,
    "failing": 26,
    "failing_percent": 2.9,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.yunohost.org/projects/yunohost/core/fa/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/fa/"
}