Languages API.

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

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

{
    "total": 2293,
    "total_words": 9838,
    "total_chars": 61737,
    "last_change": "2024-05-27T01:16:31.425674Z",
    "recent_changes": 7,
    "translated": 462,
    "translated_words": 2216,
    "translated_percent": 20.1,
    "translated_words_percent": 22.5,
    "translated_chars": 13408,
    "translated_chars_percent": 21.7,
    "fuzzy": 19,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 556,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 3721,
    "fuzzy_chars_percent": 6.0,
    "failing": 25,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 78,
    "readonly_percent": 3.4,
    "readonly_words": 90,
    "readonly_words_percent": 0.9,
    "readonly_chars": 577,
    "readonly_chars_percent": 0.9,
    "suggestions": 46,
    "comments": 0,
    "name": "Alemannic",
    "url": "https://hosted.weblate.org/languages/gsw/"
}