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": 284900,
    "total_words": 4328903,
    "total_chars": 31331664,
    "last_change": "2025-03-13T06:30:25.235946Z",
    "recent_changes": 2765,
    "translated": 162055,
    "translated_words": 1371142,
    "translated_percent": 56.8,
    "translated_words_percent": 31.6,
    "translated_chars": 10494064,
    "translated_chars_percent": 33.4,
    "fuzzy": 2095,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 8916,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 94233,
    "fuzzy_chars_percent": 0.3,
    "failing": 5228,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 61,
    "readonly_percent": 0.1,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1080,
    "readonly_chars_percent": 0.1,
    "suggestions": 6907,
    "comments": 17,
    "name": "Korean",
    "url": "https://translate.fedoraproject.org/languages/ko/"
}