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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-02-26T14:38:21.232161Z",
    "recent_changes": 10,
    "translated": 51,
    "translated_words": 112,
    "translated_percent": 16.5,
    "translated_words_percent": 9.8,
    "translated_chars": 654,
    "translated_chars_percent": 9.0,
    "fuzzy": 4,
    "fuzzy_percent": 1.2,
    "failing": 6,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://translations.zorin.com/languages/bn_IN/"
}