Languages API.

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

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

{
    "total": 321,
    "total_words": 1168,
    "total_chars": 7434,
    "last_change": "2023-12-06T23:22:22.010504Z",
    "recent_changes": 6,
    "translated": 22,
    "translated_words": 31,
    "translated_percent": 6.8,
    "translated_words_percent": 2.6,
    "translated_chars": 180,
    "translated_chars_percent": 2.4,
    "fuzzy": 6,
    "fuzzy_percent": 1.8,
    "failing": 10,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 52,
    "comments": 0,
    "name": "Uzbek",
    "url": "https://translations.zorin.com/languages/uz/"
}