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": 7042,
    "total_words": 35780,
    "last_change": "2024-05-17T08:24:23.177177Z",
    "recent_changes": 289,
    "translated": 5491,
    "translated_words": 19607,
    "translated_percent": 77.9,
    "translated_words_percent": 54.7,
    "translated_chars": 129014,
    "translated_chars_percent": 51.3,
    "total_chars": 251320,
    "fuzzy": 306,
    "fuzzy_percent": 4.3,
    "failing": 295,
    "failing_percent": 4.1,
    "name": "Italian",
    "url": "https://translate.lxqt-project.org/languages/it/"
}