Languages API.

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

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

{
    "total": 6795,
    "total_words": 29597,
    "total_chars": 183870,
    "last_change": "2024-05-17T10:41:23.751016Z",
    "recent_changes": 44,
    "translated": 83,
    "translated_words": 162,
    "translated_percent": 1.2,
    "translated_words_percent": 0.5,
    "translated_chars": 888,
    "translated_chars_percent": 0.4,
    "fuzzy": 111,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 156,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 1047,
    "fuzzy_chars_percent": 0.5,
    "failing": 67,
    "failing_percent": 0.9,
    "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": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Bemba",
    "url": "https://hosted.weblate.org/languages/bem/"
}