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": 156167,
    "total_words": 2162492,
    "last_change": "2024-03-01T11:46:12.265735Z",
    "recent_changes": 2685,
    "translated": 70661,
    "translated_words": 444679,
    "translated_percent": 45.2,
    "translated_words_percent": 20.5,
    "translated_chars": 3116107,
    "translated_chars_percent": 20.8,
    "total_chars": 14930550,
    "fuzzy": 23308,
    "fuzzy_percent": 14.9,
    "failing": 7424,
    "failing_percent": 4.7,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 317,
    "comments": 0,
    "name": "Russian",
    "url": "https://l10n.opensuse.org/languages/ru/"
}