Languages API.

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

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

{
    "total": 6407,
    "total_words": 45844,
    "total_chars": 330557,
    "last_change": "2024-04-15T10:07:33.215948Z",
    "recent_changes": 24,
    "translated": 2313,
    "translated_words": 10209,
    "translated_percent": 36.1,
    "translated_words_percent": 22.2,
    "translated_chars": 70520,
    "translated_chars_percent": 21.3,
    "fuzzy": 1019,
    "fuzzy_percent": 15.9,
    "fuzzy_words": 8013,
    "fuzzy_words_percent": 17.4,
    "fuzzy_chars": 72640,
    "fuzzy_chars_percent": 21.9,
    "failing": 1022,
    "failing_percent": 15.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.4,
    "readonly_words": 246,
    "readonly_words_percent": 0.5,
    "readonly_chars": 2260,
    "readonly_chars_percent": 0.6,
    "suggestions": 60,
    "comments": 1,
    "name": "Kabyle",
    "url": "https://weblate.framasoft.org/languages/kab/"
}