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": 11411,
    "total_words": 118316,
    "last_change": "2024-05-09T12:40:52.982570Z",
    "recent_changes": 137,
    "translated": 10486,
    "translated_words": 104682,
    "translated_percent": 91.8,
    "translated_words_percent": 88.4,
    "translated_chars": 629377,
    "translated_chars_percent": 88.6,
    "total_chars": 709896,
    "fuzzy": 132,
    "fuzzy_percent": 1.1,
    "failing": 142,
    "failing_percent": 1.2,
    "approved": 323,
    "approved_percent": 2.8,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 264,
    "comments": 29,
    "name": "Russian",
    "url": "https://translate.habitica.com/languages/ru/"
}