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": 1841,
    "total_words": 17600,
    "total_chars": 114170,
    "last_change": "2025-04-06T06:00:08.499447Z",
    "recent_changes": 4,
    "translated": 1345,
    "translated_words": 11544,
    "translated_percent": 73.0,
    "translated_words_percent": 65.5,
    "translated_chars": 75019,
    "translated_chars_percent": 65.7,
    "fuzzy": 84,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 1542,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 9857,
    "fuzzy_chars_percent": 8.6,
    "failing": 41,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 11,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.yunohost.org/languages/it/"
}