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": 284777,
    "total_words": 2410399,
    "total_chars": 19119003,
    "last_change": "2024-05-02T17:04:30.991575Z",
    "recent_changes": 529,
    "translated": 179776,
    "translated_words": 1194032,
    "translated_percent": 63.1,
    "translated_words_percent": 49.5,
    "translated_chars": 9027745,
    "translated_chars_percent": 47.2,
    "fuzzy": 424,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2927,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 20583,
    "fuzzy_chars_percent": 0.1,
    "failing": 3054,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 515,
    "comments": 0,
    "name": "Korean",
    "url": "https://translations.documentfoundation.org/languages/ko/"
}