Languages API.

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

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

{
    "total": 2413,
    "total_words": 15161,
    "total_chars": 118181,
    "last_change": "2024-02-05T15:13:16.722311Z",
    "recent_changes": 226,
    "translated": 429,
    "translated_words": 1833,
    "translated_percent": 17.7,
    "translated_words_percent": 12.0,
    "translated_chars": 15528,
    "translated_chars_percent": 13.1,
    "fuzzy": 127,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 1605,
    "fuzzy_words_percent": 10.5,
    "fuzzy_chars": 14098,
    "fuzzy_chars_percent": 11.9,
    "failing": 22,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://weblate.framasoft.org/languages/bg/"
}