Languages API.

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

GET /api/languages/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3739,
    "total_words": 16330,
    "total_chars": 100099,
    "last_change": "2024-05-13T16:27:09.974678Z",
    "recent_changes": 73,
    "translated": 2832,
    "translated_words": 10250,
    "translated_percent": 75.7,
    "translated_words_percent": 62.7,
    "translated_chars": 62798,
    "translated_chars_percent": 62.7,
    "fuzzy": 10,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 182,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 1067,
    "fuzzy_chars_percent": 1.0,
    "failing": 12,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.7,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 95,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://translate.jellyfin.org/languages/he/"
}