Languages API.

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

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

{
    "total": 8759,
    "total_words": 105016,
    "total_chars": 817883,
    "last_change": "2024-04-27T19:09:19.114827Z",
    "recent_changes": 771,
    "translated": 4075,
    "translated_words": 40222,
    "translated_percent": 46.5,
    "translated_words_percent": 38.3,
    "translated_chars": 329294,
    "translated_chars_percent": 40.2,
    "fuzzy": 810,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 10306,
    "fuzzy_words_percent": 9.8,
    "fuzzy_chars": 96588,
    "fuzzy_chars_percent": 11.8,
    "failing": 469,
    "failing_percent": 5.3,
    "approved": 1608,
    "approved_percent": 18.3,
    "approved_words": 11434,
    "approved_words_percent": 10.8,
    "approved_chars": 110709,
    "approved_chars_percent": 13.5,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 5,
    "name": "Italian",
    "url": "https://translate.tails.boum.org/languages/it/"
}