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": 7112,
    "total_words": 21135,
    "last_change": "2025-02-26T18:18:26.282165Z",
    "recent_changes": 127,
    "translated": 6284,
    "translated_words": 18343,
    "translated_percent": 88.3,
    "translated_words_percent": 86.7,
    "translated_chars": 116284,
    "translated_chars_percent": 87.3,
    "total_chars": 133104,
    "fuzzy": 147,
    "fuzzy_percent": 2.0,
    "failing": 358,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Italian",
    "url": "https://t.naviter.com/languages/it/"
}