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": 268705,
    "total_words": 4185703,
    "total_chars": 30401509,
    "last_change": "2025-04-29T22:53:05.461389Z",
    "recent_changes": 2811,
    "translated": 82838,
    "translated_words": 718520,
    "translated_percent": 30.8,
    "translated_words_percent": 17.1,
    "translated_chars": 4926833,
    "translated_chars_percent": 16.2,
    "fuzzy": 5521,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 31739,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 238987,
    "fuzzy_chars_percent": 0.7,
    "failing": 4516,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 94,
    "readonly_percent": 0.1,
    "readonly_words": 375,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4749,
    "readonly_chars_percent": 0.1,
    "suggestions": 8761,
    "comments": 4,
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/languages/it/"
}