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": 7606,
    "total_words": 38006,
    "last_change": "2025-05-11T11:16:15.898695Z",
    "recent_changes": 319,
    "translated": 6050,
    "translated_words": 21609,
    "translated_percent": 79.5,
    "translated_words_percent": 56.8,
    "translated_chars": 141559,
    "translated_chars_percent": 53.2,
    "total_chars": 265608,
    "fuzzy": 309,
    "fuzzy_percent": 4.0,
    "failing": 297,
    "failing_percent": 3.9,
    "name": "Italian",
    "url": "https://translate.lxqt-project.org/languages/it/"
}