Languages API.

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

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

{
    "total": 6477,
    "total_words": 25576,
    "total_chars": 165337,
    "last_change": "2024-05-01T15:32:02.408591Z",
    "recent_changes": 60,
    "translated": 2052,
    "translated_words": 5311,
    "translated_percent": 31.6,
    "translated_words_percent": 20.7,
    "translated_chars": 36052,
    "translated_chars_percent": 21.8,
    "fuzzy": 652,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 3029,
    "fuzzy_words_percent": 11.8,
    "fuzzy_chars": 19018,
    "fuzzy_chars_percent": 11.5,
    "failing": 454,
    "failing_percent": 7.0,
    "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": 265,
    "comments": 0,
    "name": "Malay",
    "url": "https://l10n.elementary.io/languages/ms/"
}