Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7246,
    "total_words": 51578,
    "total_chars": 317373,
    "last_change": "2024-04-16T14:23:27.893866Z",
    "recent_changes": 20,
    "translated": 2984,
    "translated_words": 13037,
    "translated_percent": 41.1,
    "translated_words_percent": 25.2,
    "translated_chars": 79325,
    "translated_chars_percent": 24.9,
    "fuzzy": 290,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 2980,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 19776,
    "fuzzy_chars_percent": 6.2,
    "failing": 282,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1780,
    "comments": 1,
    "name": "Korean",
    "url": "http://translate.beamng.com/languages/ko/"
}