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": 7602,
    "total_words": 37970,
    "last_change": "2025-03-16T08:26:47.736390Z",
    "recent_changes": 319,
    "translated": 6046,
    "translated_words": 21573,
    "translated_percent": 79.5,
    "translated_words_percent": 56.8,
    "translated_chars": 141323,
    "translated_chars_percent": 53.2,
    "total_chars": 265372,
    "fuzzy": 309,
    "fuzzy_percent": 4.0,
    "failing": 302,
    "failing_percent": 3.9,
    "name": "Italian",
    "url": "https://translate.lxqt-project.org/languages/it/"
}