Translation components API.

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

GET /api/translations/yunohost/core/pt/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-25T18:50:08.288414Z",
    "recent_changes": 0,
    "translated": 158,
    "translated_words": 1324,
    "translated_percent": 18.1,
    "translated_words_percent": 13.0,
    "translated_chars": 8375,
    "translated_chars_percent": 12.5,
    "fuzzy": 72,
    "fuzzy_percent": 8.2,
    "fuzzy_words": 829,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 5301,
    "fuzzy_chars_percent": 7.9,
    "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": 2,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.yunohost.org/projects/yunohost/core/pt/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/pt/"
}