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": 675,
    "total_words": 2824,
    "total_chars": 17091,
    "last_change": "2023-05-19T15:35:52.239520Z",
    "recent_changes": 1,
    "translated": 217,
    "translated_words": 772,
    "translated_percent": 32.1,
    "translated_words_percent": 27.3,
    "translated_chars": 4536,
    "translated_chars_percent": 26.5,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 24,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 129,
    "fuzzy_chars_percent": 0.7,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 1,
    "comments": 0,
    "name": "Uzbek",
    "url": "https://translate.skvalex.com/languages/uz/"
}