Languages API.

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

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

{
    "total": 1890,
    "total_words": 11804,
    "total_chars": 72604,
    "last_change": "2024-03-25T20:10:05.915611Z",
    "recent_changes": 173,
    "translated": 1195,
    "translated_words": 6013,
    "translated_percent": 63.2,
    "translated_words_percent": 50.9,
    "translated_chars": 36241,
    "translated_chars_percent": 49.9,
    "fuzzy": 150,
    "fuzzy_percent": 7.9,
    "fuzzy_words": 1027,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 6285,
    "fuzzy_chars_percent": 8.6,
    "failing": 38,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 1,
    "name": "Malay (Jawi)",
    "url": "https://hosted.weblate.org/languages/ms_Arab/"
}