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": 10727,
    "total_words": 87497,
    "total_chars": 606263,
    "last_change": "2024-04-24T12:59:02.679402Z",
    "recent_changes": 357,
    "translated": 6938,
    "translated_words": 46241,
    "translated_percent": 64.6,
    "translated_words_percent": 52.8,
    "translated_chars": 320562,
    "translated_chars_percent": 52.8,
    "fuzzy": 210,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 3243,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 26232,
    "fuzzy_chars_percent": 4.3,
    "failing": 162,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 34,
    "readonly_percent": 0.3,
    "readonly_words": 245,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2215,
    "readonly_chars_percent": 0.3,
    "suggestions": 127,
    "comments": 8,
    "name": "Russian",
    "url": "https://weblate.framasoft.org/languages/ru/"
}