Languages API.

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

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

{
    "total": 81192,
    "total_words": 385785,
    "total_chars": 2567606,
    "last_change": "2024-04-30T15:49:19.084210Z",
    "recent_changes": 641,
    "translated": 31574,
    "translated_words": 103256,
    "translated_percent": 38.8,
    "translated_words_percent": 26.7,
    "translated_chars": 659611,
    "translated_chars_percent": 25.6,
    "fuzzy": 5617,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 24098,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 174654,
    "fuzzy_chars_percent": 6.8,
    "failing": 8970,
    "failing_percent": 11.0,
    "approved": 41,
    "approved_percent": 0.1,
    "approved_words": 545,
    "approved_words_percent": 0.1,
    "approved_chars": 3667,
    "approved_chars_percent": 0.1,
    "readonly": 1440,
    "readonly_percent": 1.7,
    "readonly_words": 1873,
    "readonly_words_percent": 0.4,
    "readonly_chars": 19784,
    "readonly_chars_percent": 0.7,
    "suggestions": 1228,
    "comments": 0,
    "name": "Asturian",
    "url": "https://hosted.weblate.org/languages/ast/"
}