Translation components API.

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

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

{
    "total": 92,
    "total_words": 116,
    "total_chars": 794,
    "last_change": "2024-03-11T02:51:19.647732Z",
    "recent_changes": 1,
    "translated": 32,
    "translated_words": 37,
    "translated_percent": 34.7,
    "translated_words_percent": 31.8,
    "translated_chars": 207,
    "translated_chars_percent": 26.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": 25,
    "readonly_percent": 27.1,
    "readonly_words": 30,
    "readonly_words_percent": 25.8,
    "readonly_chars": 171,
    "readonly_chars_percent": 21.5,
    "suggestions": 0,
    "comments": 0,
    "code": "ksh",
    "name": "Colognian",
    "url": "https://hosted.weblate.org/projects/weblate/glossary/ksh/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/glossary/ksh/"
}