Translation components API.

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

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

{
    "total": 147,
    "total_words": 180,
    "total_chars": 1169,
    "last_change": "2024-05-17T05:50:14.534516Z",
    "recent_changes": 2,
    "translated": 113,
    "translated_words": 143,
    "translated_percent": 76.8,
    "translated_words_percent": 79.4,
    "translated_chars": 902,
    "translated_chars_percent": 77.1,
    "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": 27,
    "readonly_percent": 18.3,
    "readonly_words": 42,
    "readonly_words_percent": 23.3,
    "readonly_chars": 263,
    "readonly_chars_percent": 22.4,
    "suggestions": 8,
    "comments": 0,
    "code": "lt",
    "name": "Lithuanian",
    "url": "https://translate.jellyfin.org/projects/jellyfin/glossary/lt/",
    "translate_url": "https://translate.jellyfin.org/translate/jellyfin/glossary/lt/"
}