Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1774,
    "total_words": 5714,
    "last_change": "2023-10-30T00:23:46.196554Z",
    "recent_changes": 228,
    "translated": 1455,
    "translated_words": 4401,
    "translated_percent": 82.0,
    "translated_words_percent": 77.0,
    "translated_chars": 27283,
    "translated_chars_percent": 75.7,
    "total_chars": 36017,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/languages/en_GB/"
}