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": 647713,
    "total_words": 5891519,
    "total_chars": 38088041,
    "last_change": "2024-04-19T20:07:14.897645Z",
    "recent_changes": 10556,
    "translated": 321538,
    "translated_words": 1664895,
    "translated_percent": 49.6,
    "translated_words_percent": 28.2,
    "translated_chars": 10414276,
    "translated_chars_percent": 27.3,
    "fuzzy": 35815,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 241407,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 1600990,
    "fuzzy_chars_percent": 4.2,
    "failing": 20164,
    "failing_percent": 3.1,
    "approved": 3721,
    "approved_percent": 0.5,
    "approved_words": 16894,
    "approved_words_percent": 0.2,
    "approved_chars": 108264,
    "approved_chars_percent": 0.2,
    "readonly": 16250,
    "readonly_percent": 2.5,
    "readonly_words": 60154,
    "readonly_words_percent": 1.0,
    "readonly_chars": 190011,
    "readonly_chars_percent": 0.4,
    "suggestions": 8170,
    "comments": 103,
    "name": "Korean",
    "url": "https://hosted.weblate.org/languages/ko/"
}