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": 261737,
    "total_words": 3951479,
    "total_chars": 28733962,
    "last_change": "2024-04-28T13:29:56.791305Z",
    "recent_changes": 3216,
    "translated": 135543,
    "translated_words": 1116631,
    "translated_percent": 51.7,
    "translated_words_percent": 28.2,
    "translated_chars": 8241924,
    "translated_chars_percent": 28.6,
    "fuzzy": 1197,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 5059,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 57117,
    "fuzzy_chars_percent": 0.1,
    "failing": 399,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 51,
    "readonly_percent": 0.1,
    "readonly_words": 85,
    "readonly_words_percent": 0.1,
    "readonly_chars": 935,
    "readonly_chars_percent": 0.1,
    "suggestions": 27676,
    "comments": 4,
    "name": "Korean",
    "url": "https://translate.fedoraproject.org/languages/ko/"
}