Languages API.

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

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

{
    "total": 56433,
    "total_words": 955356,
    "last_change": "2026-05-09T23:12:38.816840Z",
    "recent_changes": 469,
    "translated": 6120,
    "translated_words": 101945,
    "translated_percent": 10.8,
    "translated_words_percent": 10.6,
    "translated_chars": 844779,
    "translated_chars_percent": 11.7,
    "total_chars": 7165510,
    "fuzzy": 797,
    "fuzzy_percent": 1.4,
    "failing": 1819,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Italian",
    "url": "https://translate-dev.freebsd.org/languages/it_IT/"
}