Translation components API.

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

GET /api/translations/yunohost/admin/fa/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-04-15T20:18:21.223735Z",
    "recent_changes": 0,
    "translated": 276,
    "translated_words": 1505,
    "translated_percent": 58.5,
    "translated_words_percent": 41.4,
    "translated_chars": 9279,
    "translated_chars_percent": 41.2,
    "fuzzy": 14,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 337,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 2018,
    "fuzzy_chars_percent": 8.9,
    "failing": 8,
    "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": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.yunohost.org/projects/yunohost/admin/fa/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/admin/fa/"
}