Languages API.

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

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

{
    "total": 6340,
    "total_words": 24509,
    "total_chars": 161156,
    "last_change": "2024-05-04T08:36:25.537933Z",
    "recent_changes": 61,
    "translated": 2629,
    "translated_words": 7266,
    "translated_percent": 41.4,
    "translated_words_percent": 29.6,
    "translated_chars": 50450,
    "translated_chars_percent": 31.3,
    "fuzzy": 805,
    "fuzzy_percent": 12.6,
    "fuzzy_words": 3031,
    "fuzzy_words_percent": 12.3,
    "fuzzy_chars": 19602,
    "fuzzy_chars_percent": 12.1,
    "failing": 454,
    "failing_percent": 7.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 17,
    "comments": 0,
    "name": "Uyghur",
    "url": "https://l10n.elementary.io/languages/ug/"
}