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": 4377,
    "total_words": 15311,
    "last_change": "2025-05-06T12:55:21.950312Z",
    "recent_changes": 710,
    "translated": 2456,
    "translated_words": 7623,
    "translated_percent": 56.1,
    "translated_words_percent": 49.7,
    "translated_chars": 49388,
    "translated_chars_percent": 47.9,
    "total_chars": 103102,
    "fuzzy": 19,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/languages/en_GB/"
}