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": 1655,
    "total_words": 15368,
    "total_chars": 99263,
    "last_change": "2024-03-25T07:04:34.367143Z",
    "recent_changes": 59,
    "translated": 579,
    "translated_words": 3573,
    "translated_percent": 34.9,
    "translated_words_percent": 23.2,
    "translated_chars": 22282,
    "translated_chars_percent": 22.4,
    "fuzzy": 27,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 379,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 2507,
    "fuzzy_chars_percent": 2.5,
    "failing": 21,
    "failing_percent": 1.2,
    "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/"
}