Translation components API.

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

GET /api/translations/yunohost/core/pl/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-26T20:54:58.286048Z",
    "recent_changes": 0,
    "translated": 273,
    "translated_words": 2617,
    "translated_percent": 31.4,
    "translated_words_percent": 25.7,
    "translated_chars": 16983,
    "translated_chars_percent": 25.5,
    "fuzzy": 40,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 560,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 3653,
    "fuzzy_chars_percent": 5.4,
    "failing": 28,
    "failing_percent": 3.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": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.yunohost.org/projects/yunohost/core/pl/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/pl/"
}