Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/bg_bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 32654,
    "total_words": 152895,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:29.626620Z",
    "recent_changes": 313,
    "translated": 16572,
    "translated_words": 70772,
    "translated_percent": 50.7,
    "translated_words_percent": 46.2,
    "translated_chars": 438206,
    "translated_chars_percent": 46.4,
    "fuzzy": 327,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1402,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 8591,
    "fuzzy_chars_percent": 0.9,
    "failing": 631,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 19,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://kodi.weblate.cloud/languages/bg_bg/"
}