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": 54571,
    "total_words": 939976,
    "last_change": "2025-01-24T13:44:42.168689Z",
    "recent_changes": 562,
    "translated": 6154,
    "translated_words": 102062,
    "translated_percent": 11.2,
    "translated_words_percent": 10.8,
    "translated_chars": 845547,
    "translated_chars_percent": 12.0,
    "total_chars": 7043399,
    "fuzzy": 729,
    "fuzzy_percent": 1.3,
    "failing": 1829,
    "failing_percent": 3.3,
    "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/"
}