Languages API.

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

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

{
    "total": 646,
    "total_words": 4588,
    "total_chars": 28262,
    "last_change": "2022-08-25T17:26:35.641245Z",
    "recent_changes": 4,
    "translated": 153,
    "translated_words": 1041,
    "translated_percent": 23.6,
    "translated_words_percent": 22.6,
    "translated_chars": 6245,
    "translated_chars_percent": 22.0,
    "fuzzy": 8,
    "fuzzy_percent": 1.2,
    "failing": 5,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://wl.bs2k.me/languages/ru/"
}