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": 337,
    "total_words": 1273,
    "total_chars": 8568,
    "last_change": "2024-02-26T14:38:21.232161Z",
    "recent_changes": 10,
    "translated": 64,
    "translated_words": 144,
    "translated_percent": 18.9,
    "translated_words_percent": 11.3,
    "translated_chars": 839,
    "translated_chars_percent": 9.7,
    "fuzzy": 3,
    "fuzzy_percent": 0.8,
    "failing": 7,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://translations.zorin.com/languages/bn_IN/"
}