Languages API.

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

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

{
    "total": 15226,
    "total_words": 70874,
    "total_chars": 442466,
    "last_change": "2024-05-01T13:05:09.181191Z",
    "recent_changes": 58,
    "translated": 2543,
    "translated_words": 7134,
    "translated_percent": 16.7,
    "translated_words_percent": 10.0,
    "translated_chars": 45565,
    "translated_chars_percent": 10.2,
    "fuzzy": 85,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 379,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 2295,
    "fuzzy_chars_percent": 0.5,
    "failing": 121,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 107,
    "readonly_percent": 0.7,
    "readonly_words": 122,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1843,
    "readonly_chars_percent": 0.4,
    "suggestions": 7,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://hosted.weblate.org/languages/bn_IN/"
}