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": 1753,
    "total_words": 5865,
    "last_change": "2025-03-10T17:43:44.645781Z",
    "recent_changes": 95,
    "translated": 1368,
    "translated_words": 4397,
    "translated_percent": 78.0,
    "translated_words_percent": 74.9,
    "translated_chars": 27949,
    "translated_chars_percent": 75.6,
    "total_chars": 36961,
    "fuzzy": 15,
    "fuzzy_percent": 0.8,
    "failing": 47,
    "failing_percent": 2.6,
    "name": "Basque",
    "url": "https://translate.lxqt-project.org/languages/eu/"
}