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": 40667,
    "total_words": 244404,
    "last_change": null,
    "recent_changes": 0,
    "translated": 9019,
    "translated_words": 36749,
    "translated_percent": 22.1,
    "translated_words_percent": 15.0,
    "translated_chars": 244714,
    "translated_chars_percent": 14.5,
    "total_chars": 1687623,
    "fuzzy": 11937,
    "fuzzy_percent": 29.3,
    "failing": 4244,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Bengali",
    "url": "https://l10n.opensuse.org/languages/bn/"
}