Languages API.

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

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

{
    "total": 3743,
    "total_words": 16311,
    "total_chars": 100119,
    "last_change": "2024-05-13T16:27:15.906032Z",
    "recent_changes": 241,
    "translated": 3041,
    "translated_words": 13659,
    "translated_percent": 81.2,
    "translated_words_percent": 83.7,
    "translated_chars": 84007,
    "translated_chars_percent": 83.9,
    "fuzzy": 78,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 292,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 1713,
    "fuzzy_chars_percent": 1.7,
    "failing": 5,
    "failing_percent": 0.1,
    "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": 143,
    "comments": 2,
    "name": "Japanese",
    "url": "https://translate.jellyfin.org/languages/ja/"
}