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": 677,
    "total_words": 4330,
    "total_chars": 26083,
    "last_change": "2024-05-13T17:01:25.024638Z",
    "recent_changes": 17,
    "translated": 472,
    "translated_words": 1593,
    "translated_percent": 69.7,
    "translated_words_percent": 36.7,
    "translated_chars": 9760,
    "translated_chars_percent": 37.4,
    "fuzzy": 44,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 1275,
    "fuzzy_words_percent": 29.4,
    "fuzzy_chars": 7400,
    "fuzzy_chars_percent": 28.3,
    "failing": 9,
    "failing_percent": 1.3,
    "approved": 408,
    "approved_percent": 60.2,
    "approved_words": 1259,
    "approved_words_percent": 29.0,
    "approved_chars": 7776,
    "approved_chars_percent": 29.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "name": "Czech",
    "url": "https://weblate.tusky.app/languages/cs/"
}