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": 13255,
    "total_words": 144916,
    "last_change": "2024-05-18T10:44:31.184062Z",
    "recent_changes": 84,
    "translated": 12473,
    "translated_words": 76832,
    "translated_percent": 94.1,
    "translated_words_percent": 53.0,
    "translated_chars": 483283,
    "translated_chars_percent": 51.4,
    "total_chars": 939319,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "failing": 563,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7389,
    "readonly_percent": 55.7,
    "suggestions": 3,
    "comments": 1,
    "name": "Russian",
    "url": "https://translations.scummvm.org/languages/ru/"
}