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": 1862,
    "total_words": 17755,
    "total_chars": 115104,
    "last_change": "2025-05-18T16:20:52.255203Z",
    "recent_changes": 0,
    "translated": 1345,
    "translated_words": 11544,
    "translated_percent": 72.2,
    "translated_words_percent": 65.0,
    "translated_chars": 75019,
    "translated_chars_percent": 65.1,
    "fuzzy": 84,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 1542,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 9857,
    "fuzzy_chars_percent": 8.5,
    "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/"
}