Languages API.

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

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

{
    "total": 4024,
    "total_words": 17197,
    "total_chars": 105457,
    "last_change": "2024-05-13T16:27:26.017902Z",
    "recent_changes": 51,
    "translated": 4018,
    "translated_words": 17172,
    "translated_percent": 99.8,
    "translated_words_percent": 99.8,
    "translated_chars": 105307,
    "translated_chars_percent": 99.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 14,
    "failing_percent": 0.3,
    "approved": 102,
    "approved_percent": 2.5,
    "approved_words": 278,
    "approved_words_percent": 1.6,
    "approved_chars": 1707,
    "approved_chars_percent": 1.6,
    "readonly": 29,
    "readonly_percent": 0.7,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 45,
    "comments": 23,
    "name": "Dutch",
    "url": "https://translate.jellyfin.org/languages/nl/"
}