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": 676,
    "total_words": 4324,
    "total_chars": 26033,
    "last_change": "2024-05-03T16:27:12.140932Z",
    "recent_changes": 8,
    "translated": 356,
    "translated_words": 1404,
    "translated_percent": 52.6,
    "translated_words_percent": 32.4,
    "translated_chars": 8378,
    "translated_chars_percent": 32.1,
    "fuzzy": 33,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 193,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 1193,
    "fuzzy_chars_percent": 4.5,
    "failing": 17,
    "failing_percent": 2.5,
    "approved": 251,
    "approved_percent": 37.1,
    "approved_words": 1022,
    "approved_words_percent": 23.6,
    "approved_chars": 6082,
    "approved_chars_percent": 23.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 1,
    "name": "Korean",
    "url": "https://weblate.tusky.app/languages/ko/"
}