Translation components API.

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

GET /api/translations/yunohost/core/es/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.421446Z",
    "recent_changes": 32,
    "translated": 748,
    "translated_words": 8575,
    "translated_percent": 95.5,
    "translated_words_percent": 92.3,
    "translated_chars": 56325,
    "translated_chars_percent": 92.4,
    "fuzzy": 35,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 709,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 4631,
    "fuzzy_chars_percent": 7.5,
    "failing": 12,
    "failing_percent": 1.5,
    "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": "es",
    "name": "Spanish",
    "url": "https://translate.yunohost.org/projects/yunohost/core/es/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/core/es/"
}