Languages API.

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

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

{
    "total": 225899,
    "total_words": 1757026,
    "total_chars": 11483601,
    "last_change": "2024-04-30T16:20:30.872072Z",
    "recent_changes": 1133,
    "translated": 45684,
    "translated_words": 230486,
    "translated_percent": 20.2,
    "translated_words_percent": 13.1,
    "translated_chars": 1440927,
    "translated_chars_percent": 12.5,
    "fuzzy": 25623,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 119233,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 772584,
    "fuzzy_chars_percent": 6.7,
    "failing": 10769,
    "failing_percent": 4.7,
    "approved": 24,
    "approved_percent": 0.1,
    "approved_words": 184,
    "approved_words_percent": 0.1,
    "approved_chars": 1301,
    "approved_chars_percent": 0.1,
    "readonly": 2089,
    "readonly_percent": 0.9,
    "readonly_words": 6075,
    "readonly_words_percent": 0.3,
    "readonly_chars": 58603,
    "readonly_chars_percent": 0.5,
    "suggestions": 4433,
    "comments": 11,
    "name": "Bengali",
    "url": "https://hosted.weblate.org/languages/bn/"
}