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": 2214,
    "total_words": 7726,
    "total_chars": 47147,
    "last_change": "2024-02-24T09:07:02.852955Z",
    "recent_changes": 55,
    "translated": 59,
    "translated_words": 107,
    "translated_percent": 2.6,
    "translated_words_percent": 1.3,
    "translated_chars": 620,
    "translated_chars_percent": 1.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bengali",
    "url": "https://translate.funkwhale.audio/languages/bn/"
}