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": 265240,
    "total_words": 4128964,
    "total_chars": 29991182,
    "last_change": "2025-03-13T03:49:17.410724Z",
    "recent_changes": 1685,
    "translated": 63883,
    "translated_words": 455202,
    "translated_percent": 24.0,
    "translated_words_percent": 11.0,
    "translated_chars": 3002636,
    "translated_chars_percent": 10.0,
    "fuzzy": 5768,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 33100,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 242160,
    "fuzzy_chars_percent": 0.8,
    "failing": 2930,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 99,
    "readonly_percent": 0.1,
    "readonly_words": 387,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4849,
    "readonly_chars_percent": 0.1,
    "suggestions": 8828,
    "comments": 4,
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/languages/it/"
}