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": 184,
    "total_words": 1312,
    "last_change": "2024-04-09T00:58:49.476620Z",
    "recent_changes": 19,
    "translated": 73,
    "translated_words": 258,
    "translated_percent": 39.6,
    "translated_words_percent": 19.6,
    "translated_chars": 2324,
    "translated_chars_percent": 26.0,
    "total_chars": 8907,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Bengali",
    "url": "https://weblate.rikka.app/languages/bn/"
}