Languages API.

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

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

{
    "total": 4020,
    "total_words": 17486,
    "total_chars": 107143,
    "last_change": "2024-05-13T16:27:31.657671Z",
    "recent_changes": 346,
    "translated": 3961,
    "translated_words": 17153,
    "translated_percent": 98.5,
    "translated_words_percent": 98.0,
    "translated_chars": 105153,
    "translated_chars_percent": 98.1,
    "fuzzy": 9,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 98,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 598,
    "fuzzy_chars_percent": 0.5,
    "failing": 15,
    "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": 32,
    "readonly_percent": 0.7,
    "readonly_words": 48,
    "readonly_words_percent": 0.2,
    "readonly_chars": 307,
    "readonly_chars_percent": 0.2,
    "suggestions": 6,
    "comments": 9,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.jellyfin.org/languages/pt_BR/"
}