Languages API.

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

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

{
    "total": 7445,
    "total_words": 36771,
    "last_change": "2025-04-02T11:25:43.024899Z",
    "recent_changes": 319,
    "translated": 6069,
    "translated_words": 22798,
    "translated_percent": 81.5,
    "translated_words_percent": 61.9,
    "translated_chars": 151206,
    "translated_chars_percent": 58.5,
    "total_chars": 258462,
    "fuzzy": 326,
    "fuzzy_percent": 4.3,
    "failing": 393,
    "failing_percent": 5.2,
    "name": "German",
    "url": "https://translate.lxqt-project.org/languages/de/"
}