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": 7449,
    "total_words": 36807,
    "last_change": "2025-05-12T21:12:11.547075Z",
    "recent_changes": 324,
    "translated": 6119,
    "translated_words": 23021,
    "translated_percent": 82.1,
    "translated_words_percent": 62.5,
    "translated_chars": 152501,
    "translated_chars_percent": 58.9,
    "total_chars": 258698,
    "fuzzy": 324,
    "fuzzy_percent": 4.3,
    "failing": 393,
    "failing_percent": 5.2,
    "name": "German",
    "url": "https://translate.lxqt-project.org/languages/de/"
}