Languages API.

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

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

{
    "total": 6335,
    "total_words": 25149,
    "total_chars": 160881,
    "last_change": "2024-05-08T03:13:26.682848Z",
    "recent_changes": 55,
    "translated": 609,
    "translated_words": 2102,
    "translated_percent": 9.6,
    "translated_words_percent": 8.3,
    "translated_chars": 13109,
    "translated_chars_percent": 8.1,
    "fuzzy": 112,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 495,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 3310,
    "fuzzy_chars_percent": 2.0,
    "failing": 44,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 141,
    "readonly_chars_percent": 0.1,
    "suggestions": 574,
    "comments": 0,
    "name": "Chinese",
    "url": "https://l10n.elementary.io/languages/zh/"
}