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": 406891,
    "total_words": 2815061,
    "total_chars": 18021384,
    "last_change": "2024-04-30T12:11:35.157771Z",
    "recent_changes": 3733,
    "translated": 152338,
    "translated_words": 765922,
    "translated_percent": 37.4,
    "translated_words_percent": 27.2,
    "translated_chars": 4894273,
    "translated_chars_percent": 27.1,
    "fuzzy": 45082,
    "fuzzy_percent": 11.0,
    "fuzzy_words": 213125,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 1360332,
    "fuzzy_chars_percent": 7.5,
    "failing": 22508,
    "failing_percent": 5.5,
    "approved": 2491,
    "approved_percent": 0.6,
    "approved_words": 17805,
    "approved_words_percent": 0.6,
    "approved_chars": 106691,
    "approved_chars_percent": 0.5,
    "readonly": 4816,
    "readonly_percent": 1.1,
    "readonly_words": 17163,
    "readonly_words_percent": 0.6,
    "readonly_chars": 141767,
    "readonly_chars_percent": 0.7,
    "suggestions": 3126,
    "comments": 30,
    "name": "Bulgarian",
    "url": "https://hosted.weblate.org/languages/bg/"
}