Translation components API.

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

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

{
    "total": 783,
    "total_words": 9284,
    "total_chars": 60956,
    "last_change": "2024-03-23T18:11:16.389226Z",
    "recent_changes": 5,
    "translated": 772,
    "translated_words": 8891,
    "translated_percent": 98.5,
    "translated_words_percent": 95.7,
    "translated_chars": 58403,
    "translated_chars_percent": 95.8,
    "fuzzy": 11,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 393,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 2553,
    "fuzzy_chars_percent": 4.1,
    "failing": 8,
    "failing_percent": 1.0,
    "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": "ca",
    "name": "Catalan",
    "url": "https://translate.yunohost.org/projects/yunohost/core/ca/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/ca/"
}