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": 1849,
    "total_words": 17708,
    "total_chars": 114821,
    "last_change": "2025-04-03T21:51:41.999515Z",
    "recent_changes": 70,
    "translated": 740,
    "translated_words": 5516,
    "translated_percent": 40.0,
    "translated_words_percent": 31.1,
    "translated_chars": 34593,
    "translated_chars_percent": 30.1,
    "fuzzy": 14,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 99,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 798,
    "fuzzy_chars_percent": 0.6,
    "failing": 17,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://translate.yunohost.org/languages/cs/"
}