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": 2108,
    "total_words": 8238,
    "last_change": "2024-04-10T10:04:29.443318Z",
    "recent_changes": 46,
    "translated": 155,
    "translated_words": 243,
    "translated_percent": 7.3,
    "translated_words_percent": 2.9,
    "translated_chars": 1689,
    "translated_chars_percent": 3.2,
    "total_chars": 51810,
    "fuzzy": 10,
    "fuzzy_percent": 0.4,
    "failing": 11,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://translate.memarc.info/languages/ru/"
}