Languages API.

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

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

{
    "total": 283443,
    "total_words": 2396797,
    "total_chars": 19014408,
    "last_change": "2023-12-29T09:55:25.182966Z",
    "recent_changes": 13,
    "translated": 112588,
    "translated_words": 843871,
    "translated_percent": 39.7,
    "translated_words_percent": 35.2,
    "translated_chars": 6557395,
    "translated_chars_percent": 34.4,
    "fuzzy": 18601,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 45185,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 289497,
    "fuzzy_chars_percent": 1.5,
    "failing": 3382,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Dzongkha",
    "url": "https://translations.documentfoundation.org/languages/dz/"
}