Translation components API.

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

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

{
    "total": 2204,
    "total_words": 7838,
    "total_chars": 48413,
    "last_change": "2024-10-28T23:35:28.992848Z",
    "recent_changes": 2,
    "translated": 2204,
    "translated_words": 7838,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 48413,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2172,
    "readonly_percent": 98.5,
    "readonly_words": 7779,
    "readonly_words_percent": 99.2,
    "readonly_chars": 48068,
    "readonly_chars_percent": 99.2,
    "suggestions": 0,
    "comments": 0,
    "code": "en",
    "name": "English",
    "url": "https://translate.yunohost.org/projects/yunohost/glossary/en/",
    "translate_url": "https://translate.yunohost.org/translate/yunohost/glossary/en/"
}