Languages API.

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

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

{
    "total": 783,
    "total_words": 2698,
    "total_chars": 16471,
    "last_change": "2024-05-17T05:50:18.111620Z",
    "recent_changes": 3,
    "translated": 204,
    "translated_words": 509,
    "translated_percent": 26.0,
    "translated_words_percent": 18.8,
    "translated_chars": 3230,
    "translated_chars_percent": 19.6,
    "fuzzy": 15,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 110,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 698,
    "fuzzy_chars_percent": 4.2,
    "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": 29,
    "readonly_percent": 3.7,
    "readonly_words": 45,
    "readonly_words_percent": 1.6,
    "readonly_chars": 285,
    "readonly_chars_percent": 1.7,
    "suggestions": 12,
    "comments": 0,
    "name": "Hebrew (Israel)",
    "url": "https://translate.jellyfin.org/languages/he_IL/"
}