Languages API.

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

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

{
    "total": 6864,
    "total_words": 34587,
    "last_change": "2024-04-27T11:59:48.289780Z",
    "recent_changes": 247,
    "translated": 5728,
    "translated_words": 21645,
    "translated_percent": 83.4,
    "translated_words_percent": 62.5,
    "translated_chars": 143522,
    "translated_chars_percent": 58.7,
    "total_chars": 244328,
    "fuzzy": 305,
    "fuzzy_percent": 4.4,
    "failing": 265,
    "failing_percent": 3.8,
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/languages/cs/"
}