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": 6329,
    "total_words": 24734,
    "total_chars": 160540,
    "last_change": "2024-04-16T17:10:30.215680Z",
    "recent_changes": 156,
    "translated": 909,
    "translated_words": 2541,
    "translated_percent": 14.3,
    "translated_words_percent": 10.2,
    "translated_chars": 16043,
    "translated_chars_percent": 9.9,
    "fuzzy": 162,
    "fuzzy_percent": 2.5,
    "failing": 60,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 44,
    "comments": 0,
    "name": "Uzbek",
    "url": "https://l10n.elementary.io/languages/uz/"
}