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": 13113,
    "total_words": 326443,
    "total_chars": 2581025,
    "last_change": "2026-04-02T20:53:56.471260Z",
    "recent_changes": 2,
    "translated": 3495,
    "translated_words": 60250,
    "translated_percent": 26.6,
    "translated_words_percent": 18.4,
    "translated_chars": 448537,
    "translated_chars_percent": 17.3,
    "fuzzy": 310,
    "fuzzy_percent": 2.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 74,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.mineland.net/languages/it/"
}