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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:19.970241Z",
    "recent_changes": 21,
    "translated": 662,
    "translated_words": 4190,
    "translated_percent": 98.0,
    "translated_words_percent": 96.6,
    "translated_chars": 25194,
    "translated_chars_percent": 96.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 11,
    "failing_percent": 1.6,
    "approved": 570,
    "approved_percent": 84.4,
    "approved_words": 3573,
    "approved_words_percent": 82.4,
    "approved_chars": 21387,
    "approved_chars_percent": 82.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 23,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.tusky.app/languages/ru/"
}