Languages API.

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

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

{
    "total": 3116,
    "total_words": 13999,
    "total_chars": 85944,
    "last_change": "2024-05-13T16:27:33.490437Z",
    "recent_changes": 28,
    "translated": 2861,
    "translated_words": 13013,
    "translated_percent": 91.8,
    "translated_words_percent": 92.9,
    "translated_chars": 79999,
    "translated_chars_percent": 93.0,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 81,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 491,
    "fuzzy_chars_percent": 0.5,
    "failing": 3,
    "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": 30,
    "readonly_percent": 0.9,
    "readonly_words": 45,
    "readonly_words_percent": 0.3,
    "readonly_chars": 294,
    "readonly_chars_percent": 0.3,
    "suggestions": 2,
    "comments": 2,
    "name": "Portuguese",
    "url": "https://translate.jellyfin.org/languages/pt/"
}