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": 10951,
    "total_words": 57630,
    "total_chars": 371441,
    "last_change": "2024-04-16T12:09:35.752846Z",
    "recent_changes": 2771,
    "translated": 5896,
    "translated_words": 29121,
    "translated_percent": 53.8,
    "translated_words_percent": 50.5,
    "translated_chars": 188079,
    "translated_chars_percent": 50.6,
    "fuzzy": 43,
    "fuzzy_percent": 0.3,
    "failing": 133,
    "failing_percent": 1.2,
    "approved": 2397,
    "approved_percent": 21.8,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 122,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.rob006.net/languages/ru/"
}