Languages API.

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

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

{
    "total": 1762,
    "total_words": 5879,
    "last_change": "2025-07-05T14:24:18.360500Z",
    "recent_changes": 98,
    "translated": 1372,
    "translated_words": 4406,
    "translated_percent": 77.8,
    "translated_words_percent": 74.9,
    "translated_chars": 28021,
    "translated_chars_percent": 75.5,
    "total_chars": 37079,
    "fuzzy": 15,
    "fuzzy_percent": 0.8,
    "failing": 47,
    "failing_percent": 2.6,
    "name": "Basque",
    "url": "https://translate.lxqt-project.org/languages/eu/"
}